aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/green-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'Neutron-trunk/resources/css/themes/green-light.css')
-rw-r--r--Neutron-trunk/resources/css/themes/green-light.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/themes/green-light.css b/Neutron-trunk/resources/css/themes/green-light.css
new file mode 100644
index 0000000..2aeba7c
--- /dev/null
+++ b/Neutron-trunk/resources/css/themes/green-light.css
@@ -0,0 +1,11 @@
+:root {
+ --mdc-theme-primary: #00c924;
+ --mdc-theme-secondary: #c900a4;
+ --mdc-theme-background: #cbffd4;
+ --mdc-theme-surface: #00c924;
+ --mdc-theme-on-surface: white;
+ --mdc-theme-on-primary: white;
+ --mdc-theme-on-secondary: black;
+
+ --cms-extra-superdark: #002507;
+} \ No newline at end of file