aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/brown-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'Neutron-trunk/resources/css/themes/brown-dark.css')
-rw-r--r--Neutron-trunk/resources/css/themes/brown-dark.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/themes/brown-dark.css b/Neutron-trunk/resources/css/themes/brown-dark.css
new file mode 100644
index 0000000..baaa3a9
--- /dev/null
+++ b/Neutron-trunk/resources/css/themes/brown-dark.css
@@ -0,0 +1,13 @@
+@import url("../polymer/dark.css");
+
+:root {
+ --mdc-theme-primary: #d4c49b;
+ --mdc-theme-secondary: #a5b0ce;
+ --mdc-theme-background: #6d644e;
+ --mdc-theme-surface: #cfc3a2;
+ --mdc-theme-on-surface: white;
+ --mdc-theme-on-primary: white;
+ --mdc-theme-on-secondary: black;
+
+ --cms-extra-superdark: #271c00;
+} \ No newline at end of file