|
1 | 1 | /* This file is autogenerated. Edit in themes/dev/highcontrast.json */
|
2 | 2 |
|
3 | 3 | :root {
|
4 |
| - --token-color-text-default-normal: #FFFFFF; |
5 |
| - --token-color-text-default-secondary: #FFFF00; |
6 |
| - --token-color-text-default-tertiary: #00FFFF; |
7 |
| - --token-color-text-inverse-normal: #000000; |
8 |
| - --token-color-text-inverse-secondary: #333300; |
9 |
| - --token-color-text-inverse-tertiary: #003333; |
10 |
| - --token-color-text-danger: #FF0000; |
11 |
| - --token-color-text-warning: #FFD700; |
12 |
| - --token-color-text-success: #00FF00; |
13 |
| - --token-color-text-discover: #FF00FF; |
14 |
| - --token-color-text-information: #00BFFF; |
15 |
| - --token-color-text-disabled: #777777; |
16 |
| - --token-color-text-dark-normal: #FFFFFF; |
17 |
| - --token-color-text-dark-secondary: #FFFF00; |
18 |
| - --token-color-text-dark-tertiary: #00FFFF; |
19 |
| - --token-color-text-light-normal: #000000; |
20 |
| - --token-color-text-light-secondary: #333300; |
21 |
| - --token-color-text-light-tertiary: #003333; |
22 |
| - --token-color-background-danger-normal: #8B0000; |
23 |
| - --token-color-background-danger-hover: #B22222; |
24 |
| - --token-color-background-danger-pressed: #660000; |
25 |
| - --token-color-background-warning-normal: #B8860B; |
26 |
| - --token-color-background-warning-hover: #FFD700; |
27 |
| - --token-color-background-warning-pressed: #665500; |
28 |
| - --token-color-background-primary-normal: #000000; |
29 |
| - --token-color-background-primary-hover: #222222; |
30 |
| - --token-color-background-primary-pressed: #444444; |
31 |
| - --token-color-background-success-normal: #008000; |
32 |
| - --token-color-background-success-hover: #00FF00; |
33 |
| - --token-color-background-success-pressed: #004400; |
34 |
| - --token-color-background-discover-normal: #8B008B; |
35 |
| - --token-color-background-discover-hover: #FF00FF; |
36 |
| - --token-color-background-discover-pressed: #660066; |
37 |
| - --token-color-background-information-normal: #00008B; |
38 |
| - --token-color-background-information-hover: #0000FF; |
39 |
| - --token-color-background-information-pressed: #000044; |
40 |
| - --token-color-background-disabled-normal: #555555; |
41 |
| - --token-color-background-disabled-hover: #444444; |
42 |
| - --token-color-background-disabled-pressed: #333333; |
43 |
| - --token-color-background-subtle-normal: transparent; |
44 |
| - --token-color-background-subtle-hover: rgba(255, 255, 255, 0.15); |
45 |
| - --token-color-background-subtle-pressed: rgba(255, 255, 255, 0.30); |
46 |
| - --token-color-surface-sunken-normal: #000000; |
47 |
| - --token-color-surface-default-normal: #111111; |
48 |
| - --token-color-surface-default-hover: #333333; |
49 |
| - --token-color-surface-default-pressed: #555555; |
50 |
| - --token-color-surface-raised-normal: #222222; |
51 |
| - --token-color-surface-raised-hover: #444444; |
52 |
| - --token-color-surface-raised-pressed: #666666; |
53 |
| - --token-color-surface-overlay-normal: #111111; |
54 |
| - --token-color-surface-overlay-hover: #222222; |
55 |
| - --token-color-surface-overlay-pressed: #333333; |
56 |
| - --token-color-surface-inverse-sunken-normal: #FFFFFF; |
57 |
| - --token-color-surface-inverse-default-normal: #F0F0F0; |
58 |
| - --token-color-surface-inverse-default-hover: #DCDCDC; |
59 |
| - --token-color-surface-inverse-default-pressed: #C8C8C8; |
60 |
| - --token-color-surface-inverse-overlay-normal: #E0E0E0; |
61 |
| - --token-color-surface-inverse-overlay-hover: #CCCCCC; |
62 |
| - --token-color-surface-inverse-overlay-pressed: #B8B8B8; |
63 |
| - --token-color-surface-inverse-raised-normal: #FFFFFF; |
64 |
| - --token-color-surface-inverse-raised-hover: #F8F8F8; |
65 |
| - --token-color-surface-inverse-raised-pressed: #E8E8E8; |
66 |
| - --token-color-blanket-normal: rgba(0, 0, 0, 0.7); |
67 |
| - --token-space-0: 0rem; |
68 |
| - --token-space-1: 0.25rem; |
69 |
| - --token-space-2: 0.5rem; |
70 |
| - --token-space-3: 0.75rem; |
71 |
| - --token-space-4: 1rem; |
72 |
| - --token-space-5: 1.5rem; |
73 |
| - --token-space-6: 2rem; |
74 |
| - --token-font-mono: JetBrains Mono; |
75 |
| - --token-font-main: Inter; |
76 |
| - --token-font-heading: Merriweather Sans; |
| 4 | + --token-color-text-default-normal: #ffffff; |
| 5 | + --token-color-text-default-secondary: #ffff00; |
| 6 | + --token-color-text-default-tertiary: #00ffff; |
| 7 | + --token-color-text-inverse-normal: #000000; |
| 8 | + --token-color-text-inverse-secondary: #333300; |
| 9 | + --token-color-text-inverse-tertiary: #003333; |
| 10 | + --token-color-text-danger: #ff0000; |
| 11 | + --token-color-text-warning: #ffd700; |
| 12 | + --token-color-text-success: #00ff00; |
| 13 | + --token-color-text-discover: #ff00ff; |
| 14 | + --token-color-text-information: #00bfff; |
| 15 | + --token-color-text-disabled: #777777; |
| 16 | + --token-color-text-dark-normal: #ffffff; |
| 17 | + --token-color-text-dark-secondary: #ffff00; |
| 18 | + --token-color-text-dark-tertiary: #00ffff; |
| 19 | + --token-color-text-light-normal: #000000; |
| 20 | + --token-color-text-light-secondary: #333300; |
| 21 | + --token-color-text-light-tertiary: #003333; |
| 22 | + --token-color-background-danger-normal: #8b0000; |
| 23 | + --token-color-background-danger-hover: #b22222; |
| 24 | + --token-color-background-danger-pressed: #660000; |
| 25 | + --token-color-background-warning-normal: #b8860b; |
| 26 | + --token-color-background-warning-hover: #ffd700; |
| 27 | + --token-color-background-warning-pressed: #665500; |
| 28 | + --token-color-background-primary-normal: #000000; |
| 29 | + --token-color-background-primary-hover: #222222; |
| 30 | + --token-color-background-primary-pressed: #444444; |
| 31 | + --token-color-background-success-normal: #008000; |
| 32 | + --token-color-background-success-hover: #00ff00; |
| 33 | + --token-color-background-success-pressed: #004400; |
| 34 | + --token-color-background-discover-normal: #8b008b; |
| 35 | + --token-color-background-discover-hover: #ff00ff; |
| 36 | + --token-color-background-discover-pressed: #660066; |
| 37 | + --token-color-background-information-normal: #00008b; |
| 38 | + --token-color-background-information-hover: #0000ff; |
| 39 | + --token-color-background-information-pressed: #000044; |
| 40 | + --token-color-background-disabled-normal: #555555; |
| 41 | + --token-color-background-disabled-hover: #444444; |
| 42 | + --token-color-background-disabled-pressed: #333333; |
| 43 | + --token-color-background-subtle-normal: transparent; |
| 44 | + --token-color-background-subtle-hover: rgba(255, 255, 255, 0.15); |
| 45 | + --token-color-background-subtle-pressed: rgba(255, 255, 255, 0.3); |
| 46 | + --token-color-surface-sunken-normal: #000000; |
| 47 | + --token-color-surface-default-normal: #111111; |
| 48 | + --token-color-surface-default-hover: #333333; |
| 49 | + --token-color-surface-default-pressed: #555555; |
| 50 | + --token-color-surface-raised-normal: #222222; |
| 51 | + --token-color-surface-raised-hover: #444444; |
| 52 | + --token-color-surface-raised-pressed: #666666; |
| 53 | + --token-color-surface-overlay-normal: #111111; |
| 54 | + --token-color-surface-overlay-hover: #222222; |
| 55 | + --token-color-surface-overlay-pressed: #333333; |
| 56 | + --token-color-surface-inverse-sunken-normal: #ffffff; |
| 57 | + --token-color-surface-inverse-default-normal: #f0f0f0; |
| 58 | + --token-color-surface-inverse-default-hover: #dcdcdc; |
| 59 | + --token-color-surface-inverse-default-pressed: #c8c8c8; |
| 60 | + --token-color-surface-inverse-overlay-normal: #e0e0e0; |
| 61 | + --token-color-surface-inverse-overlay-hover: #cccccc; |
| 62 | + --token-color-surface-inverse-overlay-pressed: #b8b8b8; |
| 63 | + --token-color-surface-inverse-raised-normal: #ffffff; |
| 64 | + --token-color-surface-inverse-raised-hover: #f8f8f8; |
| 65 | + --token-color-surface-inverse-raised-pressed: #e8e8e8; |
| 66 | + --token-color-blanket-normal: rgba(0, 0, 0, 0.7); |
| 67 | + --token-space-0: 0rem; |
| 68 | + --token-space-1: 0.25rem; |
| 69 | + --token-space-2: 0.5rem; |
| 70 | + --token-space-3: 0.75rem; |
| 71 | + --token-space-4: 1rem; |
| 72 | + --token-space-5: 1.5rem; |
| 73 | + --token-space-6: 2rem; |
| 74 | + --token-font-mono: JetBrains Mono; |
| 75 | + --token-font-main: Inter; |
| 76 | + --token-font-heading: Merriweather Sans; |
77 | 77 | }
|
0 commit comments