|
30 | 30 | tertiaryHover : @primaryTertiaryColorHover;
|
31 | 31 | tertiaryFocus : @primaryTertiaryColorFocus;
|
32 | 32 | tertiaryActive : @primaryTertiaryColorActive;
|
| 33 | + bright : @primaryBright; |
| 34 | + brightHover : @primaryBrightHover; |
33 | 35 | isDark : false;
|
34 | 36 | isVeryDark : false;
|
35 | 37 | };
|
|
60 | 62 | tertiaryHover : @secondaryTertiaryColorHover;
|
61 | 63 | tertiaryFocus : @secondaryTertiaryColorFocus;
|
62 | 64 | tertiaryActive : @secondaryTertiaryColorActive;
|
| 65 | + bright : @secondaryBright; |
| 66 | + brightHover : @secondaryBrightHover; |
63 | 67 | isDark : false;
|
64 | 68 | isVeryDark : false;
|
65 | 69 | };
|
|
90 | 94 | tertiaryHover : @redTertiaryColorHover;
|
91 | 95 | tertiaryFocus : @redTertiaryColorFocus;
|
92 | 96 | tertiaryActive : @redTertiaryColorActive;
|
| 97 | + bright : @redBright; |
| 98 | + brightHover : @redBrightHover; |
93 | 99 | isDark : false;
|
94 | 100 | isVeryDark : false;
|
95 | 101 | };
|
|
120 | 126 | tertiaryHover : @orangeTertiaryColorHover;
|
121 | 127 | tertiaryFocus : @orangeTertiaryColorFocus;
|
122 | 128 | tertiaryActive : @orangeTertiaryColorActive;
|
| 129 | + bright : @orangeBright; |
| 130 | + brightHover : @orangeBrightHover; |
123 | 131 | isDark : false;
|
124 | 132 | isVeryDark : false;
|
125 | 133 | };
|
|
150 | 158 | tertiaryHover : @yellowTertiaryColorHover;
|
151 | 159 | tertiaryFocus : @yellowTertiaryColorFocus;
|
152 | 160 | tertiaryActive : @yellowTertiaryColorActive;
|
| 161 | + bright : @yellowBright; |
| 162 | + brightHover : @yellowBrightHover; |
153 | 163 | isDark : false;
|
154 | 164 | isVeryDark : false;
|
155 | 165 | };
|
|
180 | 190 | tertiaryHover : @oliveTertiaryColorHover;
|
181 | 191 | tertiaryFocus : @oliveTertiaryColorFocus;
|
182 | 192 | tertiaryActive : @oliveTertiaryColorActive;
|
| 193 | + bright : @oliveBright; |
| 194 | + brightHover : @oliveBrightHover; |
183 | 195 | isDark : false;
|
184 | 196 | isVeryDark : false;
|
185 | 197 | };
|
|
210 | 222 | tertiaryHover : @greenTertiaryColorHover;
|
211 | 223 | tertiaryFocus : @greenTertiaryColorFocus;
|
212 | 224 | tertiaryActive : @greenTertiaryColorActive;
|
| 225 | + bright : @greenBright; |
| 226 | + brightHover : @greenBrightHover; |
213 | 227 | isDark : false;
|
214 | 228 | isVeryDark : false;
|
215 | 229 | };
|
|
240 | 254 | tertiaryHover : @tealTertiaryColorHover;
|
241 | 255 | tertiaryFocus : @tealTertiaryColorFocus;
|
242 | 256 | tertiaryActive : @tealTertiaryColorActive;
|
| 257 | + bright : @tealBright; |
| 258 | + brightHover : @tealBrightHover; |
243 | 259 | isDark : false;
|
244 | 260 | isVeryDark : false;
|
245 | 261 | };
|
|
270 | 286 | tertiaryHover : @blueTertiaryColorHover;
|
271 | 287 | tertiaryFocus : @blueTertiaryColorFocus;
|
272 | 288 | tertiaryActive : @blueTertiaryColorActive;
|
| 289 | + bright : @blueBright; |
| 290 | + brightHover : @blueBrightHover; |
273 | 291 | isDark : false;
|
274 | 292 | isVeryDark : false;
|
275 | 293 | };
|
|
300 | 318 | tertiaryHover : @violetTertiaryColorHover;
|
301 | 319 | tertiaryFocus : @violetTertiaryColorFocus;
|
302 | 320 | tertiaryActive : @violetTertiaryColorActive;
|
| 321 | + bright : @violetBright; |
| 322 | + brightHover : @violetBrightHover; |
303 | 323 | isDark : false;
|
304 | 324 | isVeryDark : false;
|
305 | 325 | };
|
|
330 | 350 | tertiaryHover : @purpleTertiaryColorHover;
|
331 | 351 | tertiaryFocus : @purpleTertiaryColorFocus;
|
332 | 352 | tertiaryActive : @purpleTertiaryColorActive;
|
| 353 | + bright : @purpleBright; |
| 354 | + brightHover : @purpleBrightHover; |
333 | 355 | isDark : false;
|
334 | 356 | isVeryDark : false;
|
335 | 357 | };
|
|
360 | 382 | tertiaryHover : @pinkTertiaryColorHover;
|
361 | 383 | tertiaryFocus : @pinkTertiaryColorFocus;
|
362 | 384 | tertiaryActive : @pinkTertiaryColorActive;
|
| 385 | + bright : @pinkBright; |
| 386 | + brightHover : @pinkBrightHover; |
363 | 387 | isDark : false;
|
364 | 388 | isVeryDark : false;
|
365 | 389 | };
|
|
390 | 414 | tertiaryHover : @brownTertiaryColorHover;
|
391 | 415 | tertiaryFocus : @brownTertiaryColorFocus;
|
392 | 416 | tertiaryActive : @brownTertiaryColorActive;
|
| 417 | + bright : @brownBright; |
| 418 | + brightHover : @brownBrightHover; |
393 | 419 | isDark : false;
|
394 | 420 | isVeryDark : false;
|
395 | 421 | };
|
|
420 | 446 | tertiaryHover : @greyTertiaryColorHover;
|
421 | 447 | tertiaryFocus : @greyTertiaryColorFocus;
|
422 | 448 | tertiaryActive : @greyTertiaryColorActive;
|
| 449 | + bright : @greyBright; |
| 450 | + brightHover : @greyBrightHover; |
423 | 451 | isDark : true;
|
424 | 452 | isVeryDark : false;
|
425 | 453 | };
|
|
450 | 478 | tertiaryHover : @blackTertiaryColorHover;
|
451 | 479 | tertiaryFocus : @blackTertiaryColorFocus;
|
452 | 480 | tertiaryActive : @blackTertiaryColorActive;
|
| 481 | + bright : @blackBright; |
| 482 | + brightHover : @blackBrightHover; |
453 | 483 | isDark : true;
|
454 | 484 | isVeryDark : true;
|
455 | 485 | };
|
|
0 commit comments