aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/green-dark.css
blob: b245c67e812cd61264e500ea5d0a0c1fa259fdab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import url("../polymer/dark.css");

:root {
    --mdc-theme-primary: #90c59a;
    --mdc-theme-secondary: #c78fbd;
    --mdc-theme-background: #2d4131;
    --mdc-theme-surface: #90c59a;
    --mdc-theme-on-surface: white;
    --mdc-theme-on-primary: white;
    --mdc-theme-on-secondary: white;

    --cms-extra-superdark: #002507;
}