hanze/game-client

src/main/resources/nl/isygameclient/css/tokens.css in tournament
Repositories | Summary | Log | Files

tokens.css (8973B) download


  1* { 
  2    /* Primary */
  3    -md-ref-palette-primary0: #000000;
  4    -md-ref-palette-primary5: #0a1400;
  5    -md-ref-palette-primary10: #131f00;
  6    -md-ref-palette-primary15: #1b2a00;
  7    -md-ref-palette-primary20: #233600;
  8    -md-ref-palette-primary25: #2c4200;
  9    -md-ref-palette-primary30: #354e00;
 10    -md-ref-palette-primary35: #3e5b00;
 11    -md-ref-palette-primary40: #49680d;
 12    -md-ref-palette-primary50: #618127;
 13    -md-ref-palette-primary60: #7a9c3e;
 14    -md-ref-palette-primary70: #93b756;
 15    -md-ref-palette-primary80: #aed36e;
 16    -md-ref-palette-primary90: #c9f087;
 17    -md-ref-palette-primary95: #d7fe94;
 18    -md-ref-palette-primary98: #f1ffd3;
 19    -md-ref-palette-primary99: #f9ffe6;
 20    -md-ref-palette-primary100: #ffffff;
 21
 22    /* Secondary */
 23    -md-ref-palette-secondary0: #000000;
 24    -md-ref-palette-secondary5: #0c1303;
 25    -md-ref-palette-secondary10: #171e0a;
 26    -md-ref-palette-secondary15: #212813;
 27    -md-ref-palette-secondary20: #2b331d;
 28    -md-ref-palette-secondary25: #363e27;
 29    -md-ref-palette-secondary30: #414a32;
 30    -md-ref-palette-secondary35: #4d563d;
 31    -md-ref-palette-secondary40: #596248;
 32    -md-ref-palette-secondary50: #727a5f;
 33    -md-ref-palette-secondary60: #8b9478;
 34    -md-ref-palette-secondary70: #a6af91;
 35    -md-ref-palette-secondary80: #c1caab;
 36    -md-ref-palette-secondary90: #dde6c6;
 37    -md-ref-palette-secondary95: #ebf5d4;
 38    -md-ref-palette-secondary98: #f4fddc;
 39    -md-ref-palette-secondary99: #f9ffe6;
 40    -md-ref-palette-secondary100: #ffffff;
 41
 42    /* Tertiary */
 43    -md-ref-palette-tertiary0: #000000;
 44    -md-ref-palette-tertiary5: #001412;
 45    -md-ref-palette-tertiary10: #00201d;
 46    -md-ref-palette-tertiary15: #002b28;
 47    -md-ref-palette-tertiary20: #013733;
 48    -md-ref-palette-tertiary25: #11423e;
 49    -md-ref-palette-tertiary30: #1f4e49;
 50    -md-ref-palette-tertiary35: #2c5a55;
 51    -md-ref-palette-tertiary40: #396661;
 52    -md-ref-palette-tertiary50: #527f7a;
 53    -md-ref-palette-tertiary60: #6b9993;
 54    -md-ref-palette-tertiary70: #85b4ae;
 55    -md-ref-palette-tertiary80: #a0d0c9;
 56    -md-ref-palette-tertiary90: #bcece5;
 57    -md-ref-palette-tertiary95: #cafaf3;
 58    -md-ref-palette-tertiary98: #e4fffa;
 59    -md-ref-palette-tertiary99: #f2fffc;
 60    -md-ref-palette-tertiary100: #ffffff;
 61
 62    /* Error */
 63    -md-ref-palette-error0: #000000;
 64    -md-ref-palette-error5: #2d0001;
 65    -md-ref-palette-error10: #410002;
 66    -md-ref-palette-error15: #540003;
 67    -md-ref-palette-error20: #690005;
 68    -md-ref-palette-error25: #7e0007;
 69    -md-ref-palette-error30: #93000a;
 70    -md-ref-palette-error35: #a80710;
 71    -md-ref-palette-error40: #ba1a1a;
 72    -md-ref-palette-error50: #de3730;
 73    -md-ref-palette-error60: #ff5449;
 74    -md-ref-palette-error70: #ff897d;
 75    -md-ref-palette-error80: #ffb4ab;
 76    -md-ref-palette-error90: #ffdad6;
 77    -md-ref-palette-error95: #ffedea;
 78    -md-ref-palette-error98: #fff8f7;
 79    -md-ref-palette-error99: #fffbff;
 80    -md-ref-palette-error100: #ffffff;
 81    
 82    /* Neutral */
 83    -md-ref-palette-neutral0: #000000;
 84    -md-ref-palette-neutral5: #10110d;
 85    -md-ref-palette-neutral10: #1b1c18;
 86    -md-ref-palette-neutral15: #252621;
 87    -md-ref-palette-neutral20: #30312c;
 88    -md-ref-palette-neutral25: #3b3c37;
 89    -md-ref-palette-neutral30: #464742;
 90    -md-ref-palette-neutral35: #52534d;
 91    -md-ref-palette-neutral40: #5e5f59;
 92    -md-ref-palette-neutral50: #777771;
 93    -md-ref-palette-neutral60: #91918a;
 94    -md-ref-palette-neutral70: #acaba5;
 95    -md-ref-palette-neutral80: #c7c7bf;
 96    -md-ref-palette-neutral90: #e4e3db;
 97    -md-ref-palette-neutral95: #f2f1e9;
 98    -md-ref-palette-neutral98: #fbf9f2;
 99    -md-ref-palette-neutral99: #fefcf4;
100    -md-ref-palette-neutral100: #ffffff;
101
102    /* Neutral Variant */
103    -md-ref-palette-neutral-variant0: #000000;
104    -md-ref-palette-neutral-variant5: #0f1209;
105    -md-ref-palette-neutral-variant10: #1a1d13;
106    -md-ref-palette-neutral-variant15: #24271d;
107    -md-ref-palette-neutral-variant20: #2e3227;
108    -md-ref-palette-neutral-variant25: #393d32;
109    -md-ref-palette-neutral-variant30: #45483d;
110    -md-ref-palette-neutral-variant35: #515448;
111    -md-ref-palette-neutral-variant40: #5d6054;
112    -md-ref-palette-neutral-variant50: #75786c;
113    -md-ref-palette-neutral-variant60: #8f9284;
114    -md-ref-palette-neutral-variant70: #aaad9e;
115    -md-ref-palette-neutral-variant80: #c5c8b9;
116    -md-ref-palette-neutral-variant90: #e2e4d4;
117    -md-ref-palette-neutral-variant95: #f0f2e2;
118    -md-ref-palette-neutral-variant98: #f9fbeb;
119    -md-ref-palette-neutral-variant99: #fcfeee;
120    -md-ref-palette-neutral-variant100: #ffffff;
121
122
123    /* System Colors */
124    -md-sys-color-primary: #bdcca0;
125    -md-sys-color-on-primary: #293414;
126    -md-sys-color-primary-container: #3f4b29;
127    -md-sys-color-on-primary-container: #d9e8ba;
128    -md-sys-color-secondary: #c6c8ba;
129    -md-sys-color-on-secondary: #2f3228;
130    -md-sys-color-secondary-container: #45483d;
131    -md-sys-color-on-secondary-container: #e2e4d5;
132    -md-sys-color-tertiary: #b9cac7;
133    -md-sys-color-on-tertiary: #243331;
134    -md-sys-color-tertiary-container: #3a4a48;
135    -md-sys-color-on-tertiary-container: #d5e6e3;
136    -md-sys-color-error: #ffb4ab;
137    -md-sys-color-on-error: #690005;
138    -md-sys-color-error-container: #93000a;
139    -md-sys-color-on-error-container: #ffb4ab;
140    -md-sys-color-background: #1c1c1a;
141    -md-sys-color-on-background: #e5e2de;
142    -md-sys-color-surface: #1c1c1a;
143    -md-sys-color-on-surface: #e5e2de;
144    -md-sys-color-surface-variant: #464742;
145    -md-sys-color-on-surface-variant: #c7c7c0;
146    -md-sys-color-outline: #91918b;
147    -md-sys-color-outline-variant: #464742;
148    -md-sys-color-shadow: #000000;
149    -md-sys-color-scrim: #000000;
150    -md-sys-color-inverse-surface: #e5e2de;
151    -md-sys-color-inverse-on-surface: #31302e;
152    -md-sys-color-inverse-primary: #56633e;
153    -md-sys-color-surface-tint: #bdcca0;
154    -md-sys-color-surface-tint-color: #bdcca0;
155
156    /* Light Colors */
157    -md-sys-color-primary-light: #56633e;
158    -md-sys-color-on-primary-light: #ffffff;
159    -md-sys-color-primary-container-light: #d9e8ba;
160    -md-sys-color-on-primary-container-light: #141f03;
161    -md-sys-color-secondary-light: #5d6054;
162    -md-sys-color-on-secondary-light: #ffffff;
163    -md-sys-color-secondary-container-light: #e2e4d5;
164    -md-sys-color-on-secondary-container-light: #1a1d14;
165    -md-sys-color-tertiary-light: #52625f;
166    -md-sys-color-on-tertiary-light: #ffffff;
167    -md-sys-color-tertiary-container-light: #d5e6e3;
168    -md-sys-color-on-tertiary-container-light: #0f1e1c;
169    -md-sys-color-error-light: #ba1a1a;
170    -md-sys-color-on-error-light: #ffffff;
171    -md-sys-color-error-container-light: #ffdad6;
172    -md-sys-color-on-error-container-light: #410002;
173    -md-sys-color-background-light: #fffcf8;
174    -md-sys-color-on-background-light: #1c1c1a;
175    -md-sys-color-surface-light: #fffcf8;
176    -md-sys-color-on-surface-light: #1c1c1a;
177    -md-sys-color-surface-variant-light: #e4e3db;
178    -md-sys-color-on-surface-variant-light: #464742;
179    -md-sys-color-outline-light: #777772;
180    -md-sys-color-outline-variant-light: #c7c7c0;
181    -md-sys-color-shadow-light: #000000;
182    -md-sys-color-scrim-light: #000000;
183    -md-sys-color-inverse-surface-light: #31302e;
184    -md-sys-color-inverse-on-surface-light: #f3f0ec;
185    -md-sys-color-inverse-primary-light: #bdcca0;
186    -md-sys-color-surface-tint-light: #56633e;
187    -md-sys-color-surface-tint-color-light: #56633e;
188
189    /* Dark Colors */
190    -md-sys-color-primary-dark: #bdcca0;
191    -md-sys-color-on-primary-dark: #293414;
192    -md-sys-color-primary-container-dark: #3f4b29;
193    -md-sys-color-on-primary-container-dark: #d9e8ba;
194    -md-sys-color-secondary-dark: #c6c8ba;
195    -md-sys-color-on-secondary-dark: #2f3228;
196    -md-sys-color-secondary-container-dark: #45483d;
197    -md-sys-color-on-secondary-container-dark: #e2e4d5;
198    -md-sys-color-tertiary-dark: #b9cac7;
199    -md-sys-color-on-tertiary-dark: #243331;
200    -md-sys-color-tertiary-container-dark: #3a4a48;
201    -md-sys-color-on-tertiary-container-dark: #d5e6e3;
202    -md-sys-color-error-dark: #ffb4ab;
203    -md-sys-color-on-error-dark: #690005;
204    -md-sys-color-error-container-dark: #93000a;
205    -md-sys-color-on-error-container-dark: #ffb4ab;
206    -md-sys-color-background-dark: #1c1c1a;
207    -md-sys-color-on-background-dark: #e5e2de;
208    -md-sys-color-surface-dark: #1c1c1a;
209    -md-sys-color-on-surface-dark: #e5e2de;
210    -md-sys-color-surface-variant-dark: #464742;
211    -md-sys-color-on-surface-variant-dark: #c7c7c0;
212    -md-sys-color-outline-dark: #91918b;
213    -md-sys-color-outline-variant-dark: #464742;
214    -md-sys-color-shadow-dark: #000000;
215    -md-sys-color-scrim-dark: #000000;
216    -md-sys-color-inverse-surface-dark: #e5e2de;
217    -md-sys-color-inverse-on-surface-dark: #31302e;
218    -md-sys-color-inverse-primary-dark: #56633e;
219    -md-sys-color-surface-tint-dark: #bdcca0;
220    -md-sys-color-surface-tint-color-dark: #bdcca0;
221
222    -md-ref-palette-neutralNaN: #FFFFFF;
223}