hanze/game-client

src/main/resources/nl/isygameclient/css/themes/dark.theme.css in main
Repositories | Summary | Log | Files

dark.theme.css (549B) download


 1* {
 2    -background: -background-dark;
 3    -surface: -surface-dark;
 4    -surface-text: -surface-text-dark;
 5    -on-surface: -on-surface-dark;
 6    -on-surface-text: -on-surface-text-dark;
 7    -primary: -primary-dark;
 8    -primary-text: -primary-text-dark;
 9    -secondary: -secondary-dark;
10    -secondary-text: -secondary-text-dark;
11    -tertiary: -tertiary-dark;
12    -tertiary-text: -tertiary-text-dark;
13    -negative: -negative-dark;
14    -negative-text: -negative-text-dark;
15    -positive: -positive-dark;
16    -positive-text: -positive-text-dark;
17}