|
1 | 1 | /**
|
2 | 2 | * Dark Theme Colors
|
3 |
| -*/ |
| 3 | + */ |
4 | 4 | [data-theme='dark'],
|
5 | 5 | .dark {
|
6 |
| - /* For default neutral surface (#141618) */ |
| 6 | + /* For default neutral surface (#121314) */ |
7 | 7 | --color-background-default: var(--brand-colors-grey-grey900);
|
8 | 8 | /* For sunken neutral surface below background/default (#000000) */
|
9 | 9 | --color-background-alternative: var(--brand-colors-grey-grey1000);
|
10 |
| - /* For raised neutral surface above background/default (#24272a) */ |
| 10 | + /* For raised neutral surface above background/default (#222325s) */ |
11 | 11 | --color-background-muted: var(--brand-colors-grey-grey800);
|
12 |
| - /* Hover state surface for background/default (#1e2124) */ |
13 |
| - --color-background-default-hover: #1e2124; |
14 |
| - /* Pressed state surface for background/default (#272b2f) */ |
15 |
| - --color-background-default-pressed: #272b2f; |
16 |
| - /* Hover state surface for background/alternative (#0a0a0a) */ |
17 |
| - --color-background-alternative-hover: #0a0a0a; |
18 |
| - /* Pressed state surface for background/alternative (#141414) */ |
19 |
| - --color-background-alternative-pressed: #141414; |
| 12 | + /* Hover state surface for background/default (#313235) */ |
| 13 | + --color-background-default-hover: #313235; |
| 14 | + /* Pressed state surface for background/default (#3f4145) */ |
| 15 | + --color-background-default-pressed: #3f4145; |
| 16 | + /* Hover state surface for background/alternative (#1f2123) */ |
| 17 | + --color-background-alternative-hover: #1f2123; |
| 18 | + /* Pressed state surface for background/alternative (#2e3033) */ |
| 19 | + --color-background-alternative-pressed: #2e3033; |
20 | 20 | /* Hover state surface for background/muted (#2d3034) */
|
21 | 21 | --color-background-muted-hover: #2d3034;
|
22 | 22 | /* Pressed state surface for background/muted (#363b3f) */
|
23 | 23 | --color-background-muted-pressed: #363b3f;
|
24 |
| - /* General purpose hover state tint (#ffffff0a) */ |
25 |
| - --color-background-hover: #ffffff0a; |
26 |
| - /* General purpose pressed state tint (#ffffff14) */ |
27 |
| - --color-background-pressed: #ffffff14; |
| 24 | + /* General purpose hover state tint (#ffffff0f) */ |
| 25 | + --color-background-hover: #ffffff0f; |
| 26 | + /* General purpose pressed state tint (#ffffff1f) */ |
| 27 | + --color-background-pressed: #ffffff1f; |
28 | 28 | /* Default color for text (#ffffff) */
|
29 | 29 | --color-text-default: var(--brand-colors-grey-grey000);
|
30 |
| - /* Softer color for text (#9fa6ae) */ |
31 |
| - --color-text-alternative: var(--brand-colors-grey-grey300); |
32 |
| - /* Muted color for text (Not accessible) (#6a737d) */ |
33 |
| - --color-text-muted: var(--brand-colors-grey-grey500); |
34 |
| - /* Default color for icons, following text/default (#ffffff) */ |
| 30 | + /* Softer color for text (#adb6fe) */ |
| 31 | + --color-text-alternative: var(--brand-colors-grey-grey200); |
| 32 | + /* Muted color for text (Not accessible) (#9ca1af) */ |
| 33 | + --color-text-muted: var(--brand-colors-grey-grey400); |
| 34 | + /* Default color for icons (#ffffff) */ |
35 | 35 | --color-icon-default: var(--brand-colors-grey-grey000);
|
36 |
| - /* Softer color for icons, following text/alternative (#9fa6ae) */ |
37 |
| - --color-icon-alternative: var(--brand-colors-grey-grey300); |
38 |
| - /* Muted color for icons (Not accessible), following text/muted (#6a737d) */ |
39 |
| - --color-icon-muted: var(--brand-colors-grey-grey500); |
40 |
| - /* Default color for borders (#6a737d) */ |
41 |
| - --color-border-default: var(--brand-colors-grey-grey500); |
42 |
| - /* Muted color for borders (#848c9629) */ |
43 |
| - --color-border-muted: #848c9629; |
44 |
| - /* Default color for overlays(scrim) (#00000099) */ |
45 |
| - --color-overlay-default: #00000099; |
46 |
| - /* Dimmer color for overlays(scrim) (#000000cc) */ |
| 36 | + /* Softer color for icons (#adb6fe) */ |
| 37 | + --color-icon-alternative: var(--brand-colors-grey-grey200); |
| 38 | + /* Muted color for icons (Not accessible) (#9ca1af) */ |
| 39 | + --color-icon-muted: var(--brand-colors-grey-grey400); |
| 40 | + /* Default color for borders (#9ca1af) */ |
| 41 | + --color-border-default: var(--brand-colors-grey-grey400); |
| 42 | + /* Muted color for borders (#858b9a33) */ |
| 43 | + --color-border-muted: #858b9a33; |
| 44 | + /* Default color for overlays (scrim) (black-40%) */ |
| 45 | + --color-overlay-default: #00000066; |
| 46 | + /* Dimmer color for overlays (scrim) (black-80%) */ |
47 | 47 | --color-overlay-alternative: #000000cc;
|
48 | 48 | /* For elements placed on top of overlay/alternative (#ffffff) */
|
49 | 49 | --color-overlay-inverse: var(--brand-colors-grey-grey000);
|
50 | 50 | /* For primary semantic elements: interactive, active, selected (#43aefc) */
|
51 | 51 | --color-primary-default: var(--brand-colors-blue-blue300);
|
52 |
| - /* Stronger color for primary semantic elements (#75c4fd) */ |
| 52 | + /* Stronger color for primary semantic elements (#adb6fe) */ |
53 | 53 | --color-primary-alternative: var(--brand-colors-blue-blue200);
|
54 | 54 | /* Muted color for primary semantic elements (#43aefc26) */
|
55 | 55 | --color-primary-muted: #43aefc26;
|
56 |
| - /* For elements placed on top of primary/default (#141618) */ |
| 56 | + /* For elements placed on top of primary/default (#121314) */ |
57 | 57 | --color-primary-inverse: var(--brand-colors-grey-grey900);
|
58 | 58 | /* Hover state surface for primary/default (#26a2fc) */
|
59 | 59 | --color-primary-default-hover: #26a2fc;
|
|
63 | 63 | --color-primary-muted-hover: #43aefc33;
|
64 | 64 | /* Pressed state surface for primary/muted (#43aefc40) */
|
65 | 65 | --color-primary-muted-pressed: #43aefc40;
|
66 |
| - /* For danger semantic elements: error, critical, destructive (#e88f97) */ |
| 66 | + /* For danger semantic elements: error, critical, destructive (#ff7584) */ |
67 | 67 | --color-error-default: var(--brand-colors-red-red300);
|
68 |
| - /* Stronger color for danger semantic (#f1b9be) */ |
| 68 | + /* Stronger color for error semantic (#ffa1aa) */ |
69 | 69 | --color-error-alternative: var(--brand-colors-red-red200);
|
70 |
| - /* Muted color for danger semantic (#e88f9726) */ |
71 |
| - --color-error-muted: #e88f9726; |
72 |
| - /* For elements placed on top of error/default (#141618) */ |
| 70 | + /* Muted color for error semantic (#ff758426) */ |
| 71 | + --color-error-muted: #ff758426; |
| 72 | + /* For elements placed on top of error/default (#121314) */ |
73 | 73 | --color-error-inverse: var(--brand-colors-grey-grey900);
|
74 |
| - /* Hover state surface for error/default (#e47782) */ |
75 |
| - --color-error-default-hover: #e47782; |
76 |
| - /* Pressed state surface for error/default (#e78891) */ |
77 |
| - --color-error-default-pressed: #e78891; |
78 |
| - /* Hover state surface for error/muted (#e88f9733) */ |
79 |
| - --color-error-muted-hover: #e88f9733; |
80 |
| - /* Pressed state surface for error/muted (#e88f9740) */ |
81 |
| - --color-error-muted-pressed: #e88f9740; |
82 |
| - /* For warning semantic elements: caution, attention, precaution (#ffdf70) */ |
| 74 | + /* Hover state surface for error/default (#ff94a0) */ |
| 75 | + --color-error-default-hover: #ff94a0; |
| 76 | + /* Pressed state surface for error/default (#ffb2bb) */ |
| 77 | + --color-error-default-pressed: #ffb2bb; |
| 78 | + /* Hover state surface for error/muted (#ff758433) */ |
| 79 | + --color-error-muted-hover: #ff758433; |
| 80 | + /* Pressed state surface for error/muted (#ff758440) */ |
| 81 | + --color-error-muted-pressed: #ff758440; |
| 82 | + /* For warning semantic elements: caution, attention, precaution (#ffd957) */ |
83 | 83 | --color-warning-default: var(--brand-colors-yellow-yellow100);
|
84 |
| - /* Muted color option for warning semantic (#ffdf7026) */ |
85 |
| - --color-warning-muted: #ffdf7026; |
86 |
| - /* For elements placed on top of warning/default (#141618) */ |
| 84 | + /* Muted color option for warning semantic (#ffd95726) */ |
| 85 | + --color-warning-muted: #ffd95726; |
| 86 | + /* For elements placed on top of warning/default (#121314) */ |
87 | 87 | --color-warning-inverse: var(--brand-colors-grey-grey900);
|
88 |
| - /* Hover state surface for warning/default (#ffe485) */ |
89 |
| - --color-warning-default-hover: #ffe485; |
90 |
| - /* Pressed state surface for warning/default (#ffe899) */ |
91 |
| - --color-warning-default-pressed: #ffe899; |
92 |
| - /* Hover state surface for warning/muted (#ffdf7033) */ |
93 |
| - --color-warning-muted-hover: #ffdf7033; |
94 |
| - /* Pressed state surface for warning/muted (#ffdf7040) */ |
95 |
| - --color-warning-muted-pressed: #ffdf7040; |
96 |
| - /* For positive semantic elements: success, confirm, complete, safe (#28a745) */ |
| 88 | + /* Hover state surface for warning/default (#ffe794) */ |
| 89 | + --color-warning-default-hover: #ffe794; |
| 90 | + /* Pressed state surface for warning/default (#ffeeb2) */ |
| 91 | + --color-warning-default-pressed: #ffeeb2; |
| 92 | + /* Hover state surface for warning/muted (#ffd95733) */ |
| 93 | + --color-warning-muted-hover: #ffd95733; |
| 94 | + /* Pressed state surface for warning/muted (#ffd95740) */ |
| 95 | + --color-warning-muted-pressed: #ffd95740; |
| 96 | + /* For positive semantic elements: success, confirm, complete, safe (#4cb564) */ |
97 | 97 | --color-success-default: var(--brand-colors-green-green300);
|
98 |
| - /* Muted color for positive semantic (#28a74526) */ |
99 |
| - --color-success-muted: #28a74526; |
100 |
| - /* For elements placed on top of success/default (#141618) */ |
| 98 | + /* Muted color for positive semantic (#4cb56426) */ |
| 99 | + --color-success-muted: #4cb56426; |
| 100 | + /* For elements placed on top of success/default (#121314) */ |
101 | 101 | --color-success-inverse: var(--brand-colors-grey-grey900);
|
102 |
| - /* Hover state surface for success/default (#2cb94c) */ |
103 |
| - --color-success-default-hover: #2cb94c; |
104 |
| - /* Pressed state surface for success/default (#30ca53) */ |
105 |
| - --color-success-default-pressed: #30ca53; |
106 |
| - /* Hover state surface for success/muted (#28a74533) */ |
107 |
| - --color-success-muted-hover: #28a74533; |
108 |
| - /* Pressed state surface for success/muted (#28a74540) */ |
109 |
| - --color-success-muted-pressed: #28a74540; |
110 |
| - /* For soft alert semantic elements: info, reminder, hint (#43aefc) */ |
| 102 | + /* Hover state surface for success/default (#60bd76) */ |
| 103 | + --color-success-default-hover: #60bd76; |
| 104 | + /* Pressed state surface for success/default (#76c688) */ |
| 105 | + --color-success-default-pressed: #76c688; |
| 106 | + /* Hover state surface for success/muted (#4cb56433) */ |
| 107 | + --color-success-muted-hover: #4cb56433; |
| 108 | + /* Pressed state surface for success/muted (#4cb56440) */ |
| 109 | + --color-success-muted-pressed: #4cb56440; |
| 110 | + /* For informational semantic elements: info, reminder, hint (#43aefc) */ |
111 | 111 | --color-info-default: var(--brand-colors-blue-blue300);
|
112 |
| - /* Muted color for soft alert semantic (#43aefc26) */ |
| 112 | + /* Muted color for informational semantic (#43aefc26) */ |
113 | 113 | --color-info-muted: #43aefc26;
|
114 |
| - /* For elements placed on top of info/default (#141618) */ |
| 114 | + /* For elements placed on top of info/default (#121314) */ |
115 | 115 | --color-info-inverse: var(--brand-colors-grey-grey900);
|
116 | 116 | /* For Flask primary accent color (#d27dff) */
|
117 | 117 | --color-flask-default: var(--brand-colors-purple-purple300);
|
118 |
| - /* For elements placed on top of flask/default (#141618) */ |
| 118 | + /* For elements placed on top of flask/default (#121314) */ |
119 | 119 | --color-flask-inverse: var(--brand-colors-grey-grey900);
|
120 |
| - /* For neutral drop shadow color (#00000066) */ |
| 120 | + /* For neutral drop shadow color (black-40%) */ |
121 | 121 | --color-shadow-default: #00000066;
|
122 | 122 | /* For primary drop shadow color (#43aefc33) */
|
123 | 123 | --color-shadow-primary: #43aefc33;
|
124 |
| - /* For critical/danger drop shadow color (#ff758466) */ |
125 |
| - --color-shadow-error: #ff758466; |
| 124 | + /* For critical/danger drop shadow color (#ff758433) */ |
| 125 | + --color-shadow-error: #ff758433; |
126 | 126 | }
|
0 commit comments