aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/brown-dark.css
blob: baaa3a9518239d87751b80320a5bb610ce6479aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}