diff options
Diffstat (limited to 'Neutron-trunk/resources/css/themes/purple-light.css')
-rw-r--r-- | Neutron-trunk/resources/css/themes/purple-light.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/themes/purple-light.css b/Neutron-trunk/resources/css/themes/purple-light.css new file mode 100644 index 0000000..09e4633 --- /dev/null +++ b/Neutron-trunk/resources/css/themes/purple-light.css @@ -0,0 +1,11 @@ +:root { + --mdc-theme-primary: #7f00a9; + --mdc-theme-secondary: #2aa900; + --mdc-theme-background: #b99fc2; + --mdc-theme-surface: #7f00a9; + --mdc-theme-on-surface: white; + --mdc-theme-on-primary: white; + --mdc-theme-on-secondary: black; + + --cms-extra-superdark: #240030; +}
\ No newline at end of file |