@oxyhq/bloom 0.74.5 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/design-tokens/theme.css +0 -4
- package/lib/commonjs/fab/Fab.js +4 -4
- package/lib/commonjs/fab/Fab.js.map +1 -1
- package/lib/commonjs/fab/Fab.web.js +6 -6
- package/lib/commonjs/fab/Fab.web.js.map +1 -1
- package/lib/commonjs/theme/adaptive-colors.js +0 -10
- package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
- package/lib/commonjs/theme/build-theme-from-seed.js +0 -4
- package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
- package/lib/commonjs/theme/build-theme.js +0 -4
- package/lib/commonjs/theme/build-theme.js.map +1 -1
- package/lib/commonjs/theme/color-policy.js +19 -30
- package/lib/commonjs/theme/color-policy.js.map +1 -1
- package/lib/commonjs/theme/token-registry.js +1 -1
- package/lib/commonjs/theme/token-registry.js.map +1 -1
- package/lib/module/design-tokens/theme.css +0 -4
- package/lib/module/fab/Fab.js +4 -4
- package/lib/module/fab/Fab.js.map +1 -1
- package/lib/module/fab/Fab.web.js +6 -6
- package/lib/module/fab/Fab.web.js.map +1 -1
- package/lib/module/theme/adaptive-colors.js +0 -10
- package/lib/module/theme/adaptive-colors.js.map +1 -1
- package/lib/module/theme/build-theme-from-seed.js +0 -4
- package/lib/module/theme/build-theme-from-seed.js.map +1 -1
- package/lib/module/theme/build-theme.js +0 -4
- package/lib/module/theme/build-theme.js.map +1 -1
- package/lib/module/theme/color-policy.js +19 -30
- package/lib/module/theme/color-policy.js.map +1 -1
- package/lib/module/theme/token-registry.js +1 -1
- package/lib/module/theme/token-registry.js.map +1 -1
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/token-registry.d.ts +1 -1
- package/lib/typescript/commonjs/theme/token-registry.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/types.d.ts +0 -9
- package/lib/typescript/commonjs/theme/types.d.ts.map +1 -1
- package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/module/theme/token-registry.d.ts +1 -1
- package/lib/typescript/module/theme/token-registry.d.ts.map +1 -1
- package/lib/typescript/module/theme/types.d.ts +0 -9
- package/lib/typescript/module/theme/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/__tests__/theme.test.ts +0 -4
- package/src/design-tokens/theme.css +0 -4
- package/src/fab/Fab.tsx +2 -2
- package/src/fab/Fab.web.tsx +2 -2
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +130 -234
- package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +104 -208
- package/src/theme/adaptive-colors.ts +0 -10
- package/src/theme/build-theme-from-seed.ts +0 -4
- package/src/theme/build-theme.ts +0 -4
- package/src/theme/color-policy.ts +19 -35
- package/src/theme/token-registry.ts +0 -4
- package/src/theme/types.ts +0 -9
|
@@ -10,36 +10,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
10
10
|
"borderLight": "rgb(84 68 50)",
|
|
11
11
|
"card": "rgb(40 30 17)",
|
|
12
12
|
"contrast50": "rgb(51 40 27)",
|
|
13
|
-
"error": "rgb(
|
|
13
|
+
"error": "rgb(218 52 55)",
|
|
14
14
|
"icon": "rgb(217 195 171)",
|
|
15
|
-
"iconActive": "rgb(
|
|
16
|
-
"info": "rgb(
|
|
15
|
+
"iconActive": "rgb(163 103 0)",
|
|
16
|
+
"info": "rgb(33 112 228)",
|
|
17
17
|
"negative": "rgb(255 180 171)",
|
|
18
18
|
"negativeForeground": "rgb(105 0 5)",
|
|
19
19
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
20
20
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
21
21
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
22
|
-
"primary": "rgb(
|
|
22
|
+
"primary": "rgb(163 103 0)",
|
|
23
23
|
"primaryDark": "rgb(21 12 3)",
|
|
24
|
-
"primaryForeground": "rgb(
|
|
24
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
25
25
|
"primaryLight": "rgb(36 26 14)",
|
|
26
26
|
"primarySubtle": "rgba(202, 129, 0, 0.24)",
|
|
27
27
|
"primarySubtleForeground": "rgb(255 221 184)",
|
|
28
28
|
"secondary": "rgb(0 213 255)",
|
|
29
29
|
"secondaryForeground": "rgb(0 0 0)",
|
|
30
|
-
"secondaryStrong": "rgb(0 127 153)",
|
|
31
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
32
30
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
33
|
-
"success": "rgb(
|
|
31
|
+
"success": "rgb(0 133 91)",
|
|
34
32
|
"tertiary": "rgb(111 128 255)",
|
|
35
33
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
36
|
-
"tertiaryStrong": "rgb(78 98 255)",
|
|
37
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
38
34
|
"text": "rgb(244 223 203)",
|
|
39
35
|
"textSecondary": "rgb(217 195 171)",
|
|
40
36
|
"textTertiary": "rgb(161 141 120)",
|
|
41
|
-
"tint": "rgb(
|
|
42
|
-
"warning": "rgb(
|
|
37
|
+
"tint": "rgb(163 103 0)",
|
|
38
|
+
"warning": "rgb(163 103 0)",
|
|
43
39
|
},
|
|
44
40
|
"amber/light": {
|
|
45
41
|
"background": "rgb(255 241 229)",
|
|
@@ -66,14 +62,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
66
62
|
"primarySubtleForeground": "rgb(101 62 0)",
|
|
67
63
|
"secondary": "rgb(0 117 141)",
|
|
68
64
|
"secondaryForeground": "rgb(255 255 255)",
|
|
69
|
-
"secondaryStrong": "rgb(0 117 141)",
|
|
70
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
71
65
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
72
66
|
"success": "rgb(0 122 83)",
|
|
73
67
|
"tertiary": "rgb(61 84 255)",
|
|
74
68
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
75
|
-
"tertiaryStrong": "rgb(61 84 255)",
|
|
76
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
77
69
|
"text": "rgb(36 26 14)",
|
|
78
70
|
"textSecondary": "rgb(84 68 50)",
|
|
79
71
|
"textTertiary": "rgb(135 116 96)",
|
|
@@ -88,36 +80,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
88
80
|
"borderLight": "rgb(62 72 82)",
|
|
89
81
|
"card": "rgb(25 32 40)",
|
|
90
82
|
"contrast50": "rgb(36 43 51)",
|
|
91
|
-
"error": "rgb(
|
|
83
|
+
"error": "rgb(218 52 55)",
|
|
92
84
|
"icon": "rgb(190 199 212)",
|
|
93
|
-
"iconActive": "rgb(
|
|
94
|
-
"info": "rgb(
|
|
85
|
+
"iconActive": "rgb(0 121 192)",
|
|
86
|
+
"info": "rgb(33 112 228)",
|
|
95
87
|
"negative": "rgb(255 180 171)",
|
|
96
88
|
"negativeForeground": "rgb(105 0 5)",
|
|
97
89
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
98
90
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
99
91
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
100
|
-
"primary": "rgb(
|
|
92
|
+
"primary": "rgb(0 121 192)",
|
|
101
93
|
"primaryDark": "rgb(8 15 22)",
|
|
102
|
-
"primaryForeground": "rgb(
|
|
94
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
103
95
|
"primaryLight": "rgb(21 28 36)",
|
|
104
96
|
"primarySubtle": "rgba(0, 151, 237, 0.24)",
|
|
105
97
|
"primarySubtleForeground": "rgb(207 229 255)",
|
|
106
98
|
"secondary": "rgb(247 81 63)",
|
|
107
99
|
"secondaryForeground": "rgb(0 0 0)",
|
|
108
|
-
"secondaryStrong": "rgb(214 58 43)",
|
|
109
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
110
100
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
111
|
-
"success": "rgb(
|
|
101
|
+
"success": "rgb(0 133 91)",
|
|
112
102
|
"tertiary": "rgb(252 220 0)",
|
|
113
103
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
114
|
-
"tertiaryStrong": "rgb(134 116 0)",
|
|
115
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
116
104
|
"text": "rgb(220 227 238)",
|
|
117
105
|
"textSecondary": "rgb(190 199 212)",
|
|
118
106
|
"textTertiary": "rgb(136 146 158)",
|
|
119
|
-
"tint": "rgb(
|
|
120
|
-
"warning": "rgb(
|
|
107
|
+
"tint": "rgb(0 121 192)",
|
|
108
|
+
"warning": "rgb(163 103 0)",
|
|
121
109
|
},
|
|
122
110
|
"blue/light": {
|
|
123
111
|
"background": "rgb(237 244 255)",
|
|
@@ -144,14 +132,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
144
132
|
"primarySubtleForeground": "rgb(0 74 120)",
|
|
145
133
|
"secondary": "rgb(200 48 35)",
|
|
146
134
|
"secondaryForeground": "rgb(255 255 255)",
|
|
147
|
-
"secondaryStrong": "rgb(200 48 35)",
|
|
148
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
149
135
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
150
136
|
"success": "rgb(0 122 83)",
|
|
151
137
|
"tertiary": "rgb(123 106 0)",
|
|
152
138
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
153
|
-
"tertiaryStrong": "rgb(123 106 0)",
|
|
154
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
155
139
|
"text": "rgb(21 28 36)",
|
|
156
140
|
"textSecondary": "rgb(62 72 82)",
|
|
157
141
|
"textTertiary": "rgb(111 120 132)",
|
|
@@ -166,36 +150,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
166
150
|
"borderLight": "rgb(65 73 57)",
|
|
167
151
|
"card": "rgb(28 33 22)",
|
|
168
152
|
"contrast50": "rgb(38 44 32)",
|
|
169
|
-
"error": "rgb(
|
|
153
|
+
"error": "rgb(218 52 55)",
|
|
170
154
|
"icon": "rgb(193 202 180)",
|
|
171
|
-
"iconActive": "rgb(
|
|
172
|
-
"info": "rgb(
|
|
155
|
+
"iconActive": "rgb(69 131 0)",
|
|
156
|
+
"info": "rgb(33 112 228)",
|
|
173
157
|
"negative": "rgb(255 180 171)",
|
|
174
158
|
"negativeForeground": "rgb(105 0 5)",
|
|
175
159
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
176
160
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
177
161
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
178
|
-
"primary": "rgb(
|
|
162
|
+
"primary": "rgb(69 131 0)",
|
|
179
163
|
"primaryDark": "rgb(10 16 6)",
|
|
180
|
-
"primaryForeground": "rgb(
|
|
164
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
181
165
|
"primaryLight": "rgb(24 29 18)",
|
|
182
166
|
"primarySubtle": "rgba(87, 163, 0, 0.24)",
|
|
183
167
|
"primarySubtleForeground": "rgb(138 254 0)",
|
|
184
168
|
"secondary": "rgb(122 125 255)",
|
|
185
169
|
"secondaryForeground": "rgb(0 0 0)",
|
|
186
|
-
"secondaryStrong": "rgb(92 94 255)",
|
|
187
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
188
170
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
189
|
-
"success": "rgb(
|
|
171
|
+
"success": "rgb(0 133 91)",
|
|
190
172
|
"tertiary": "rgb(232 76 188)",
|
|
191
173
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
192
|
-
"tertiaryStrong": "rgb(203 50 163)",
|
|
193
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
194
174
|
"text": "rgb(223 229 211)",
|
|
195
175
|
"textSecondary": "rgb(193 202 180)",
|
|
196
176
|
"textTertiary": "rgb(139 148 128)",
|
|
197
|
-
"tint": "rgb(
|
|
198
|
-
"warning": "rgb(
|
|
177
|
+
"tint": "rgb(69 131 0)",
|
|
178
|
+
"warning": "rgb(163 103 0)",
|
|
199
179
|
},
|
|
200
180
|
"faircoin/light": {
|
|
201
181
|
"background": "rgb(240 246 227)",
|
|
@@ -222,14 +202,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
222
202
|
"primarySubtleForeground": "rgb(40 80 0)",
|
|
223
203
|
"secondary": "rgb(79 79 255)",
|
|
224
204
|
"secondaryForeground": "rgb(255 255 255)",
|
|
225
|
-
"secondaryStrong": "rgb(79 79 255)",
|
|
226
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
227
205
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
228
206
|
"success": "rgb(0 122 83)",
|
|
229
207
|
"tertiary": "rgb(190 36 152)",
|
|
230
208
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
231
|
-
"tertiaryStrong": "rgb(190 36 152)",
|
|
232
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
233
209
|
"text": "rgb(24 29 18)",
|
|
234
210
|
"textSecondary": "rgb(65 73 57)",
|
|
235
211
|
"textTertiary": "rgb(114 122 103)",
|
|
@@ -244,36 +220,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
244
220
|
"borderLight": "rgb(59 74 65)",
|
|
245
221
|
"card": "rgb(23 34 28)",
|
|
246
222
|
"contrast50": "rgb(33 44 38)",
|
|
247
|
-
"error": "rgb(
|
|
223
|
+
"error": "rgb(218 52 55)",
|
|
248
224
|
"icon": "rgb(186 203 191)",
|
|
249
|
-
"iconActive": "rgb(
|
|
250
|
-
"info": "rgb(
|
|
225
|
+
"iconActive": "rgb(0 133 91)",
|
|
226
|
+
"info": "rgb(33 112 228)",
|
|
251
227
|
"negative": "rgb(255 180 171)",
|
|
252
228
|
"negativeForeground": "rgb(105 0 5)",
|
|
253
229
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
254
230
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
255
231
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
256
|
-
"primary": "rgb(
|
|
232
|
+
"primary": "rgb(0 133 91)",
|
|
257
233
|
"primaryDark": "rgb(6 16 11)",
|
|
258
|
-
"primaryForeground": "rgb(
|
|
234
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
259
235
|
"primaryLight": "rgb(19 30 24)",
|
|
260
236
|
"primarySubtle": "rgba(0, 165, 114, 0.24)",
|
|
261
237
|
"primarySubtleForeground": "rgb(71 255 184)",
|
|
262
238
|
"secondary": "rgb(247 76 101)",
|
|
263
239
|
"secondaryForeground": "rgb(0 0 0)",
|
|
264
|
-
"secondaryStrong": "rgb(216 52 80)",
|
|
265
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
266
240
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
267
|
-
"success": "rgb(
|
|
241
|
+
"success": "rgb(0 133 91)",
|
|
268
242
|
"tertiary": "rgb(189 94 255)",
|
|
269
243
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
270
|
-
"tertiaryStrong": "rgb(165 64 234)",
|
|
271
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
272
244
|
"text": "rgb(217 230 220)",
|
|
273
245
|
"textSecondary": "rgb(186 203 191)",
|
|
274
246
|
"textTertiary": "rgb(132 149 138)",
|
|
275
|
-
"tint": "rgb(
|
|
276
|
-
"warning": "rgb(
|
|
247
|
+
"tint": "rgb(0 133 91)",
|
|
248
|
+
"warning": "rgb(163 103 0)",
|
|
277
249
|
},
|
|
278
250
|
"green/light": {
|
|
279
251
|
"background": "rgb(234 247 237)",
|
|
@@ -300,14 +272,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
300
272
|
"primarySubtleForeground": "rgb(0 82 54)",
|
|
301
273
|
"secondary": "rgb(202 41 70)",
|
|
302
274
|
"secondaryForeground": "rgb(255 255 255)",
|
|
303
|
-
"secondaryStrong": "rgb(202 41 70)",
|
|
304
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
305
275
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
306
276
|
"success": "rgb(0 122 83)",
|
|
307
277
|
"tertiary": "rgb(154 51 223)",
|
|
308
278
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
309
|
-
"tertiaryStrong": "rgb(154 51 223)",
|
|
310
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
311
279
|
"text": "rgb(19 30 24)",
|
|
312
280
|
"textSecondary": "rgb(59 74 65)",
|
|
313
281
|
"textTertiary": "rgb(107 123 113)",
|
|
@@ -322,36 +290,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
322
290
|
"borderLight": "rgb(57 74 71)",
|
|
323
291
|
"card": "rgb(21 34 32)",
|
|
324
292
|
"contrast50": "rgb(32 44 42)",
|
|
325
|
-
"error": "rgb(
|
|
293
|
+
"error": "rgb(218 52 55)",
|
|
326
294
|
"icon": "rgb(184 202 198)",
|
|
327
|
-
"iconActive": "rgb(
|
|
328
|
-
"info": "rgb(
|
|
295
|
+
"iconActive": "rgb(0 131 118)",
|
|
296
|
+
"info": "rgb(33 112 228)",
|
|
329
297
|
"negative": "rgb(255 180 171)",
|
|
330
298
|
"negativeForeground": "rgb(105 0 5)",
|
|
331
299
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
332
300
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
333
301
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
334
|
-
"primary": "rgb(
|
|
302
|
+
"primary": "rgb(0 131 118)",
|
|
335
303
|
"primaryDark": "rgb(5 16 14)",
|
|
336
|
-
"primaryForeground": "rgb(
|
|
304
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
337
305
|
"primaryLight": "rgb(17 30 28)",
|
|
338
306
|
"primarySubtle": "rgba(0, 163, 146, 0.24)",
|
|
339
307
|
"primarySubtleForeground": "rgb(0 254 229)",
|
|
340
308
|
"secondary": "rgb(244 86 35)",
|
|
341
309
|
"secondaryForeground": "rgb(0 0 0)",
|
|
342
|
-
"secondaryStrong": "rgb(212 63 10)",
|
|
343
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
344
310
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
345
|
-
"success": "rgb(
|
|
311
|
+
"success": "rgb(0 133 91)",
|
|
346
312
|
"tertiary": "rgb(227 85 221)",
|
|
347
313
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
348
|
-
"tertiaryStrong": "rgb(193 53 190)",
|
|
349
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
350
314
|
"text": "rgb(215 230 225)",
|
|
351
315
|
"textSecondary": "rgb(184 202 198)",
|
|
352
316
|
"textTertiary": "rgb(130 148 144)",
|
|
353
|
-
"tint": "rgb(
|
|
354
|
-
"warning": "rgb(
|
|
317
|
+
"tint": "rgb(0 131 118)",
|
|
318
|
+
"warning": "rgb(163 103 0)",
|
|
355
319
|
},
|
|
356
320
|
"mint/light": {
|
|
357
321
|
"background": "rgb(232 247 242)",
|
|
@@ -378,14 +342,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
378
342
|
"primarySubtleForeground": "rgb(0 80 72)",
|
|
379
343
|
"secondary": "rgb(197 54 0)",
|
|
380
344
|
"secondaryForeground": "rgb(255 255 255)",
|
|
381
|
-
"secondaryStrong": "rgb(197 54 0)",
|
|
382
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
383
345
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
384
346
|
"success": "rgb(0 122 83)",
|
|
385
347
|
"tertiary": "rgb(181 39 179)",
|
|
386
348
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
387
|
-
"tertiaryStrong": "rgb(181 39 179)",
|
|
388
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
389
349
|
"text": "rgb(17 30 28)",
|
|
390
350
|
"textSecondary": "rgb(57 74 71)",
|
|
391
351
|
"textTertiary": "rgb(105 123 119)",
|
|
@@ -400,36 +360,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
400
360
|
"borderLight": "rgb(87 66 56)",
|
|
401
361
|
"card": "rgb(43 28 21)",
|
|
402
362
|
"contrast50": "rgb(54 39 31)",
|
|
403
|
-
"error": "rgb(
|
|
363
|
+
"error": "rgb(218 52 55)",
|
|
404
364
|
"icon": "rgb(223 192 178)",
|
|
405
|
-
"iconActive": "rgb(
|
|
406
|
-
"info": "rgb(
|
|
365
|
+
"iconActive": "rgb(192 84 0)",
|
|
366
|
+
"info": "rgb(33 112 228)",
|
|
407
367
|
"negative": "rgb(255 180 171)",
|
|
408
368
|
"negativeForeground": "rgb(105 0 5)",
|
|
409
369
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
410
370
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
411
371
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
412
|
-
"primary": "rgb(
|
|
372
|
+
"primary": "rgb(192 84 0)",
|
|
413
373
|
"primaryDark": "rgb(23 11 5)",
|
|
414
|
-
"primaryForeground": "rgb(
|
|
374
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
415
375
|
"primaryLight": "rgb(38 24 17)",
|
|
416
376
|
"primarySubtle": "rgba(237, 105, 0, 0.24)",
|
|
417
377
|
"primarySubtleForeground": "rgb(255 219 202)",
|
|
418
378
|
"secondary": "rgb(0 255 254)",
|
|
419
379
|
"secondaryForeground": "rgb(0 0 0)",
|
|
420
|
-
"secondaryStrong": "rgb(0 130 130)",
|
|
421
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
422
380
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
423
|
-
"success": "rgb(
|
|
381
|
+
"success": "rgb(0 133 91)",
|
|
424
382
|
"tertiary": "rgb(114 127 255)",
|
|
425
383
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
426
|
-
"tertiaryStrong": "rgb(81 97 255)",
|
|
427
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
428
384
|
"text": "rgb(248 221 209)",
|
|
429
385
|
"textSecondary": "rgb(223 192 178)",
|
|
430
386
|
"textTertiary": "rgb(166 139 126)",
|
|
431
|
-
"tint": "rgb(
|
|
432
|
-
"warning": "rgb(
|
|
387
|
+
"tint": "rgb(192 84 0)",
|
|
388
|
+
"warning": "rgb(163 103 0)",
|
|
433
389
|
},
|
|
434
390
|
"orange/light": {
|
|
435
391
|
"background": "rgb(255 241 235)",
|
|
@@ -456,14 +412,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
456
412
|
"primarySubtleForeground": "rgb(120 50 0)",
|
|
457
413
|
"secondary": "rgb(0 119 119)",
|
|
458
414
|
"secondaryForeground": "rgb(255 255 255)",
|
|
459
|
-
"secondaryStrong": "rgb(0 119 119)",
|
|
460
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
461
415
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
462
416
|
"success": "rgb(0 122 83)",
|
|
463
417
|
"tertiary": "rgb(66 83 255)",
|
|
464
418
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
465
|
-
"tertiaryStrong": "rgb(66 83 255)",
|
|
466
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
467
419
|
"text": "rgb(38 24 17)",
|
|
468
420
|
"textSecondary": "rgb(87 66 56)",
|
|
469
421
|
"textTertiary": "rgb(139 114 102)",
|
|
@@ -478,36 +430,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
478
430
|
"borderLight": "rgb(79 67 80)",
|
|
479
431
|
"card": "rgb(37 29 38)",
|
|
480
432
|
"contrast50": "rgb(48 39 49)",
|
|
481
|
-
"error": "rgb(
|
|
433
|
+
"error": "rgb(218 52 55)",
|
|
482
434
|
"icon": "rgb(210 193 210)",
|
|
483
|
-
"iconActive": "rgb(
|
|
484
|
-
"info": "rgb(
|
|
435
|
+
"iconActive": "rgb(191 0 244)",
|
|
436
|
+
"info": "rgb(33 112 228)",
|
|
485
437
|
"negative": "rgb(255 180 171)",
|
|
486
438
|
"negativeForeground": "rgb(105 0 5)",
|
|
487
439
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
488
440
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
489
441
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
490
|
-
"primary": "rgb(
|
|
442
|
+
"primary": "rgb(191 0 244)",
|
|
491
443
|
"primaryDark": "rgb(19 12 20)",
|
|
492
|
-
"primaryForeground": "rgb(
|
|
444
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
493
445
|
"primaryLight": "rgb(33 25 34)",
|
|
494
446
|
"primarySubtle": "rgba(213, 86, 255, 0.24)",
|
|
495
447
|
"primarySubtleForeground": "rgb(251 215 255)",
|
|
496
448
|
"secondary": "rgb(0 253 200)",
|
|
497
449
|
"secondaryForeground": "rgb(0 0 0)",
|
|
498
|
-
"secondaryStrong": "rgb(0 132 104)",
|
|
499
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
500
450
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
501
|
-
"success": "rgb(
|
|
451
|
+
"success": "rgb(0 133 91)",
|
|
502
452
|
"tertiary": "rgb(142 249 86)",
|
|
503
453
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
504
|
-
"tertiaryStrong": "rgb(53 133 0)",
|
|
505
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
506
454
|
"text": "rgb(237 222 235)",
|
|
507
455
|
"textSecondary": "rgb(210 193 210)",
|
|
508
456
|
"textTertiary": "rgb(155 140 155)",
|
|
509
|
-
"tint": "rgb(
|
|
510
|
-
"warning": "rgb(
|
|
457
|
+
"tint": "rgb(191 0 244)",
|
|
458
|
+
"warning": "rgb(163 103 0)",
|
|
511
459
|
},
|
|
512
460
|
"oxy/light": {
|
|
513
461
|
"background": "rgb(255 239 253)",
|
|
@@ -534,14 +482,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
534
482
|
"primarySubtleForeground": "rgb(119 0 154)",
|
|
535
483
|
"secondary": "rgb(0 121 95)",
|
|
536
484
|
"secondaryForeground": "rgb(255 255 255)",
|
|
537
|
-
"secondaryStrong": "rgb(0 121 95)",
|
|
538
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
539
485
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
540
486
|
"success": "rgb(0 122 83)",
|
|
541
487
|
"tertiary": "rgb(48 122 0)",
|
|
542
488
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
543
|
-
"tertiaryStrong": "rgb(48 122 0)",
|
|
544
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
545
489
|
"text": "rgb(33 25 34)",
|
|
546
490
|
"textSecondary": "rgb(79 67 80)",
|
|
547
491
|
"textTertiary": "rgb(129 115 129)",
|
|
@@ -556,36 +500,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
556
500
|
"borderLight": "rgb(85 65 72)",
|
|
557
501
|
"card": "rgb(41 28 33)",
|
|
558
502
|
"contrast50": "rgb(53 38 43)",
|
|
559
|
-
"error": "rgb(
|
|
503
|
+
"error": "rgb(218 52 55)",
|
|
560
504
|
"icon": "rgb(219 191 200)",
|
|
561
|
-
"iconActive": "rgb(
|
|
562
|
-
"info": "rgb(
|
|
505
|
+
"iconActive": "rgb(224 0 136)",
|
|
506
|
+
"info": "rgb(33 112 228)",
|
|
563
507
|
"negative": "rgb(255 180 171)",
|
|
564
508
|
"negativeForeground": "rgb(105 0 5)",
|
|
565
509
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
566
510
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
567
511
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
568
|
-
"primary": "rgb(
|
|
512
|
+
"primary": "rgb(224 0 136)",
|
|
569
513
|
"primaryDark": "rgb(23 11 15)",
|
|
570
|
-
"primaryForeground": "rgb(
|
|
514
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
571
515
|
"primaryLight": "rgb(37 24 29)",
|
|
572
516
|
"primarySubtle": "rgba(255, 69, 163, 0.24)",
|
|
573
517
|
"primarySubtleForeground": "rgb(255 217 228)",
|
|
574
518
|
"secondary": "rgb(0 237 255)",
|
|
575
519
|
"secondaryForeground": "rgb(0 0 0)",
|
|
576
|
-
"secondaryStrong": "rgb(0 129 139)",
|
|
577
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
578
520
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
579
|
-
"success": "rgb(
|
|
521
|
+
"success": "rgb(0 133 91)",
|
|
580
522
|
"tertiary": "rgb(100 250 110)",
|
|
581
523
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
582
|
-
"tertiaryStrong": "rgb(0 135 37)",
|
|
583
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
584
524
|
"text": "rgb(245 220 227)",
|
|
585
525
|
"textSecondary": "rgb(219 191 200)",
|
|
586
526
|
"textTertiary": "rgb(163 138 146)",
|
|
587
|
-
"tint": "rgb(
|
|
588
|
-
"warning": "rgb(
|
|
527
|
+
"tint": "rgb(224 0 136)",
|
|
528
|
+
"warning": "rgb(163 103 0)",
|
|
589
529
|
},
|
|
590
530
|
"pink/light": {
|
|
591
531
|
"background": "rgb(255 240 243)",
|
|
@@ -612,14 +552,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
612
552
|
"primarySubtleForeground": "rgb(140 0 83)",
|
|
613
553
|
"secondary": "rgb(0 118 127)",
|
|
614
554
|
"secondaryForeground": "rgb(255 255 255)",
|
|
615
|
-
"secondaryStrong": "rgb(0 118 127)",
|
|
616
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
617
555
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
618
556
|
"success": "rgb(0 122 83)",
|
|
619
557
|
"tertiary": "rgb(0 124 33)",
|
|
620
558
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
621
|
-
"tertiaryStrong": "rgb(0 124 33)",
|
|
622
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
623
559
|
"text": "rgb(37 24 29)",
|
|
624
560
|
"textSecondary": "rgb(85 65 72)",
|
|
625
561
|
"textTertiary": "rgb(136 113 120)",
|
|
@@ -634,36 +570,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
634
570
|
"borderLight": "rgb(73 68 83)",
|
|
635
571
|
"card": "rgb(33 30 40)",
|
|
636
572
|
"contrast50": "rgb(44 40 51)",
|
|
637
|
-
"error": "rgb(
|
|
573
|
+
"error": "rgb(218 52 55)",
|
|
638
574
|
"icon": "rgb(203 195 213)",
|
|
639
|
-
"iconActive": "rgb(
|
|
640
|
-
"info": "rgb(
|
|
575
|
+
"iconActive": "rgb(134 77 255)",
|
|
576
|
+
"info": "rgb(33 112 228)",
|
|
641
577
|
"negative": "rgb(255 180 171)",
|
|
642
578
|
"negativeForeground": "rgb(105 0 5)",
|
|
643
579
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
644
580
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
645
581
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
646
|
-
"primary": "rgb(
|
|
582
|
+
"primary": "rgb(134 77 255)",
|
|
647
583
|
"primaryDark": "rgb(16 13 22)",
|
|
648
|
-
"primaryForeground": "rgb(
|
|
584
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
649
585
|
"primaryLight": "rgb(29 26 36)",
|
|
650
586
|
"primarySubtle": "rgba(160, 120, 255, 0.24)",
|
|
651
587
|
"primarySubtleForeground": "rgb(233 221 255)",
|
|
652
588
|
"secondary": "rgb(254 199 0)",
|
|
653
589
|
"secondaryForeground": "rgb(0 0 0)",
|
|
654
|
-
"secondaryStrong": "rgb(144 112 0)",
|
|
655
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
656
590
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
657
|
-
"success": "rgb(
|
|
591
|
+
"success": "rgb(0 133 91)",
|
|
658
592
|
"tertiary": "rgb(118 245 94)",
|
|
659
593
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
660
|
-
"tertiaryStrong": "rgb(10 136 0)",
|
|
661
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
662
594
|
"text": "rgb(231 224 238)",
|
|
663
595
|
"textSecondary": "rgb(203 195 213)",
|
|
664
596
|
"textTertiary": "rgb(148 142 159)",
|
|
665
|
-
"tint": "rgb(
|
|
666
|
-
"warning": "rgb(
|
|
597
|
+
"tint": "rgb(134 77 255)",
|
|
598
|
+
"warning": "rgb(163 103 0)",
|
|
667
599
|
},
|
|
668
600
|
"purple/light": {
|
|
669
601
|
"background": "rgb(248 241 255)",
|
|
@@ -690,14 +622,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
690
622
|
"primarySubtleForeground": "rgb(86 0 202)",
|
|
691
623
|
"secondary": "rgb(132 103 0)",
|
|
692
624
|
"secondaryForeground": "rgb(255 255 255)",
|
|
693
|
-
"secondaryStrong": "rgb(132 103 0)",
|
|
694
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
695
625
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
696
626
|
"success": "rgb(0 122 83)",
|
|
697
627
|
"tertiary": "rgb(9 124 0)",
|
|
698
628
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
699
|
-
"tertiaryStrong": "rgb(9 124 0)",
|
|
700
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
701
629
|
"text": "rgb(29 26 36)",
|
|
702
630
|
"textSecondary": "rgb(73 68 83)",
|
|
703
631
|
"textTertiary": "rgb(122 116 132)",
|
|
@@ -712,36 +640,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
712
640
|
"borderLight": "rgb(88 65 63)",
|
|
713
641
|
"card": "rgb(43 28 26)",
|
|
714
642
|
"contrast50": "rgb(54 38 37)",
|
|
715
|
-
"error": "rgb(
|
|
643
|
+
"error": "rgb(218 52 55)",
|
|
716
644
|
"icon": "rgb(223 191 188)",
|
|
717
|
-
"iconActive": "rgb(
|
|
718
|
-
"info": "rgb(
|
|
645
|
+
"iconActive": "rgb(234 0 37)",
|
|
646
|
+
"info": "rgb(33 112 228)",
|
|
719
647
|
"negative": "rgb(255 180 171)",
|
|
720
648
|
"negativeForeground": "rgb(105 0 5)",
|
|
721
649
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
722
650
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
723
651
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
724
|
-
"primary": "rgb(
|
|
652
|
+
"primary": "rgb(234 0 37)",
|
|
725
653
|
"primaryDark": "rgb(24 11 10)",
|
|
726
|
-
"primaryForeground": "rgb(
|
|
654
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
727
655
|
"primaryLight": "rgb(39 24 23)",
|
|
728
656
|
"primarySubtle": "rgba(255, 84, 81, 0.24)",
|
|
729
657
|
"primarySubtleForeground": "rgb(255 218 215)",
|
|
730
658
|
"secondary": "rgb(0 193 253)",
|
|
731
659
|
"secondaryForeground": "rgb(0 0 0)",
|
|
732
|
-
"secondaryStrong": "rgb(0 126 166)",
|
|
733
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
734
660
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
735
|
-
"success": "rgb(
|
|
661
|
+
"success": "rgb(0 133 91)",
|
|
736
662
|
"tertiary": "rgb(90 250 115)",
|
|
737
663
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
738
|
-
"tertiaryStrong": "rgb(0 135 45)",
|
|
739
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
740
664
|
"text": "rgb(249 220 217)",
|
|
741
665
|
"textSecondary": "rgb(223 191 188)",
|
|
742
666
|
"textTertiary": "rgb(167 138 136)",
|
|
743
|
-
"tint": "rgb(
|
|
744
|
-
"warning": "rgb(
|
|
667
|
+
"tint": "rgb(234 0 37)",
|
|
668
|
+
"warning": "rgb(163 103 0)",
|
|
745
669
|
},
|
|
746
670
|
"red/light": {
|
|
747
671
|
"background": "rgb(255 240 239)",
|
|
@@ -768,14 +692,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
768
692
|
"primarySubtleForeground": "rgb(147 0 19)",
|
|
769
693
|
"secondary": "rgb(0 115 153)",
|
|
770
694
|
"secondaryForeground": "rgb(255 255 255)",
|
|
771
|
-
"secondaryStrong": "rgb(0 115 153)",
|
|
772
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
773
695
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
774
696
|
"success": "rgb(0 122 83)",
|
|
775
697
|
"tertiary": "rgb(0 124 41)",
|
|
776
698
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
777
|
-
"tertiaryStrong": "rgb(0 124 41)",
|
|
778
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
779
699
|
"text": "rgb(39 24 23)",
|
|
780
700
|
"textSecondary": "rgb(88 65 63)",
|
|
781
701
|
"textTertiary": "rgb(140 113 110)",
|
|
@@ -790,36 +710,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
790
710
|
"borderLight": "rgb(61 72 81)",
|
|
791
711
|
"card": "rgb(24 33 39)",
|
|
792
712
|
"contrast50": "rgb(34 43 50)",
|
|
793
|
-
"error": "rgb(
|
|
713
|
+
"error": "rgb(218 52 55)",
|
|
794
714
|
"icon": "rgb(188 200 211)",
|
|
795
|
-
"iconActive": "rgb(
|
|
796
|
-
"info": "rgb(
|
|
715
|
+
"iconActive": "rgb(0 124 177)",
|
|
716
|
+
"info": "rgb(33 112 228)",
|
|
797
717
|
"negative": "rgb(255 180 171)",
|
|
798
718
|
"negativeForeground": "rgb(105 0 5)",
|
|
799
719
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
800
720
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
801
721
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
802
|
-
"primary": "rgb(
|
|
722
|
+
"primary": "rgb(0 124 177)",
|
|
803
723
|
"primaryDark": "rgb(7 15 21)",
|
|
804
|
-
"primaryForeground": "rgb(
|
|
724
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
805
725
|
"primaryLight": "rgb(20 29 35)",
|
|
806
726
|
"primarySubtle": "rgba(0, 154, 218, 0.24)",
|
|
807
727
|
"primarySubtleForeground": "rgb(201 230 255)",
|
|
808
728
|
"secondary": "rgb(246 83 51)",
|
|
809
729
|
"secondaryForeground": "rgb(0 0 0)",
|
|
810
|
-
"secondaryStrong": "rgb(213 61 30)",
|
|
811
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
812
730
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
813
|
-
"success": "rgb(
|
|
731
|
+
"success": "rgb(0 133 91)",
|
|
814
732
|
"tertiary": "rgb(253 200 0)",
|
|
815
733
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
816
|
-
"tertiaryStrong": "rgb(144 112 0)",
|
|
817
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
818
734
|
"text": "rgb(219 227 237)",
|
|
819
735
|
"textSecondary": "rgb(188 200 211)",
|
|
820
736
|
"textTertiary": "rgb(134 146 157)",
|
|
821
|
-
"tint": "rgb(
|
|
822
|
-
"warning": "rgb(
|
|
737
|
+
"tint": "rgb(0 124 177)",
|
|
738
|
+
"warning": "rgb(163 103 0)",
|
|
823
739
|
},
|
|
824
740
|
"sky/light": {
|
|
825
741
|
"background": "rgb(236 245 254)",
|
|
@@ -846,14 +762,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
846
762
|
"primarySubtleForeground": "rgb(0 76 110)",
|
|
847
763
|
"secondary": "rgb(199 50 21)",
|
|
848
764
|
"secondaryForeground": "rgb(255 255 255)",
|
|
849
|
-
"secondaryStrong": "rgb(199 50 21)",
|
|
850
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
851
765
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
852
766
|
"success": "rgb(0 122 83)",
|
|
853
767
|
"tertiary": "rgb(132 103 0)",
|
|
854
768
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
855
|
-
"tertiaryStrong": "rgb(132 103 0)",
|
|
856
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
857
769
|
"text": "rgb(20 29 35)",
|
|
858
770
|
"textSecondary": "rgb(61 72 81)",
|
|
859
771
|
"textTertiary": "rgb(109 120 131)",
|
|
@@ -868,36 +780,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
868
780
|
"borderLight": "rgb(57 73 77)",
|
|
869
781
|
"card": "rgb(21 34 36)",
|
|
870
782
|
"contrast50": "rgb(32 44 46)",
|
|
871
|
-
"error": "rgb(
|
|
783
|
+
"error": "rgb(218 52 55)",
|
|
872
784
|
"icon": "rgb(184 202 205)",
|
|
873
|
-
"iconActive": "rgb(
|
|
874
|
-
"info": "rgb(
|
|
785
|
+
"iconActive": "rgb(0 129 143)",
|
|
786
|
+
"info": "rgb(33 112 228)",
|
|
875
787
|
"negative": "rgb(255 180 171)",
|
|
876
788
|
"negativeForeground": "rgb(105 0 5)",
|
|
877
789
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
878
790
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
879
791
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
880
|
-
"primary": "rgb(
|
|
792
|
+
"primary": "rgb(0 129 143)",
|
|
881
793
|
"primaryDark": "rgb(5 16 18)",
|
|
882
|
-
"primaryForeground": "rgb(
|
|
794
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
883
795
|
"primaryLight": "rgb(17 29 32)",
|
|
884
796
|
"primarySubtle": "rgba(0, 159, 177, 0.24)",
|
|
885
797
|
"primarySubtleForeground": "rgb(154 240 255)",
|
|
886
798
|
"secondary": "rgb(243 74 143)",
|
|
887
799
|
"secondaryForeground": "rgb(0 0 0)",
|
|
888
|
-
"secondaryStrong": "rgb(213 49 120)",
|
|
889
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
890
800
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
891
|
-
"success": "rgb(
|
|
801
|
+
"success": "rgb(0 133 91)",
|
|
892
802
|
"tertiary": "rgb(253 144 0)",
|
|
893
803
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
894
|
-
"tertiaryStrong": "rgb(174 97 0)",
|
|
895
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
896
804
|
"text": "rgb(215 229 232)",
|
|
897
805
|
"textSecondary": "rgb(184 202 205)",
|
|
898
806
|
"textTertiary": "rgb(131 148 151)",
|
|
899
|
-
"tint": "rgb(
|
|
900
|
-
"warning": "rgb(
|
|
807
|
+
"tint": "rgb(0 129 143)",
|
|
808
|
+
"warning": "rgb(163 103 0)",
|
|
901
809
|
},
|
|
902
810
|
"teal/light": {
|
|
903
811
|
"background": "rgb(233 246 249)",
|
|
@@ -924,14 +832,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
924
832
|
"primarySubtleForeground": "rgb(0 79 88)",
|
|
925
833
|
"secondary": "rgb(199 36 110)",
|
|
926
834
|
"secondaryForeground": "rgb(255 255 255)",
|
|
927
|
-
"secondaryStrong": "rgb(199 36 110)",
|
|
928
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
929
835
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
930
836
|
"success": "rgb(0 122 83)",
|
|
931
837
|
"tertiary": "rgb(160 89 0)",
|
|
932
838
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
933
|
-
"tertiaryStrong": "rgb(160 89 0)",
|
|
934
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
935
839
|
"text": "rgb(17 29 32)",
|
|
936
840
|
"textSecondary": "rgb(57 73 77)",
|
|
937
841
|
"textTertiary": "rgb(105 122 125)",
|
|
@@ -946,36 +850,32 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
946
850
|
"borderLight": "rgb(79 70 49)",
|
|
947
851
|
"card": "rgb(37 31 17)",
|
|
948
852
|
"contrast50": "rgb(48 41 26)",
|
|
949
|
-
"error": "rgb(
|
|
853
|
+
"error": "rgb(218 52 55)",
|
|
950
854
|
"icon": "rgb(211 197 170)",
|
|
951
|
-
"iconActive": "rgb(
|
|
952
|
-
"info": "rgb(
|
|
855
|
+
"iconActive": "rgb(147 111 0)",
|
|
856
|
+
"info": "rgb(33 112 228)",
|
|
953
857
|
"negative": "rgb(255 180 171)",
|
|
954
858
|
"negativeForeground": "rgb(105 0 5)",
|
|
955
859
|
"negativeSubtle": "rgba(239, 68, 68, 0.24)",
|
|
956
860
|
"negativeSubtleForeground": "rgb(255 179 173)",
|
|
957
861
|
"overlay": "rgba(0, 0, 0, 0.5)",
|
|
958
|
-
"primary": "rgb(
|
|
862
|
+
"primary": "rgb(147 111 0)",
|
|
959
863
|
"primaryDark": "rgb(19 13 3)",
|
|
960
|
-
"primaryForeground": "rgb(
|
|
864
|
+
"primaryForeground": "rgb(255 255 255)",
|
|
961
865
|
"primaryLight": "rgb(33 27 13)",
|
|
962
866
|
"primarySubtle": "rgba(182, 138, 0, 0.24)",
|
|
963
867
|
"primarySubtleForeground": "rgb(255 223 154)",
|
|
964
868
|
"secondary": "rgb(0 186 255)",
|
|
965
869
|
"secondaryForeground": "rgb(0 0 0)",
|
|
966
|
-
"secondaryStrong": "rgb(0 125 173)",
|
|
967
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
968
870
|
"shadow": "rgba(0, 0, 0, 0.3)",
|
|
969
|
-
"success": "rgb(
|
|
871
|
+
"success": "rgb(0 133 91)",
|
|
970
872
|
"tertiary": "rgb(149 115 255)",
|
|
971
873
|
"tertiaryForeground": "rgb(0 0 0)",
|
|
972
|
-
"tertiaryStrong": "rgb(127 81 255)",
|
|
973
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
974
874
|
"text": "rgb(238 225 202)",
|
|
975
875
|
"textSecondary": "rgb(211 197 170)",
|
|
976
876
|
"textTertiary": "rgb(156 143 119)",
|
|
977
|
-
"tint": "rgb(
|
|
978
|
-
"warning": "rgb(
|
|
877
|
+
"tint": "rgb(147 111 0)",
|
|
878
|
+
"warning": "rgb(163 103 0)",
|
|
979
879
|
},
|
|
980
880
|
"yellow/light": {
|
|
981
881
|
"background": "rgb(255 242 221)",
|
|
@@ -1002,14 +902,10 @@ exports[`theme.colors snapshot for all presets (catches unintended palette shift
|
|
|
1002
902
|
"primarySubtleForeground": "rgb(90 67 0)",
|
|
1003
903
|
"secondary": "rgb(0 114 158)",
|
|
1004
904
|
"secondaryForeground": "rgb(255 255 255)",
|
|
1005
|
-
"secondaryStrong": "rgb(0 114 158)",
|
|
1006
|
-
"secondaryStrongForeground": "rgb(255 255 255)",
|
|
1007
905
|
"shadow": "rgba(0, 0, 0, 0.1)",
|
|
1008
906
|
"success": "rgb(0 122 83)",
|
|
1009
907
|
"tertiary": "rgb(117 66 250)",
|
|
1010
908
|
"tertiaryForeground": "rgb(255 255 255)",
|
|
1011
|
-
"tertiaryStrong": "rgb(117 66 250)",
|
|
1012
|
-
"tertiaryStrongForeground": "rgb(255 255 255)",
|
|
1013
909
|
"text": "rgb(33 27 13)",
|
|
1014
910
|
"textSecondary": "rgb(79 70 49)",
|
|
1015
911
|
"textTertiary": "rgb(130 118 95)",
|