light.theme.css (564B) download
1* {
2 -background: -background-light;
3 -surface: -surface-light;
4 -surface-text: -surface-text-light;
5 -on-surface: -on-surface-light;
6 -on-surface-text: -on-surface-text-light;
7 -primary: -primary-light;
8 -primary-text: -primary-text-light;
9 -secondary: -secondary-light;
10 -secondary-text: -secondary-text-light;
11 -tertiary: -tertiary-light;
12 -tertiary-text: -tertiary-text-light;
13 -negative: -negative-light;
14 -negative-text: -negative-text-light;
15 -positive: -positive-light;
16 -positive-text: -positive-text-light;
17}