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