@@ -11,6 +11,7 @@ module.exports = {
11
11
action : theme . colors . red [ 40 ] ,
12
12
accent : {
13
13
DEFAULT : theme . colors . blue [ 40 ] ,
14
+ subtle : theme . colors . blue [ 20 ] ,
14
15
subtlest : theme . colors . blue . milk ,
15
16
} ,
16
17
} ,
@@ -20,7 +21,8 @@ module.exports = {
20
21
action : theme . colors . red [ 30 ] ,
21
22
accent : {
22
23
DEFAULT : theme . colors . blue [ 30 ] ,
23
- subtlest : theme . colors . blue . milk ,
24
+ subtle : theme . colors . blue [ 50 ] ,
25
+ subtlest : theme . colors . blue [ 100 ] ,
24
26
} ,
25
27
} ,
26
28
} ,
@@ -128,64 +130,86 @@ module.exports = {
128
130
] ,
129
131
} ,
130
132
textColor : {
131
- 'DEFAULT' : theme . colors . gray [ 100 ] ,
132
- 'default' : theme . colors . gray [ 100 ] ,
133
+ 'DEFAULT' : theme . colors . gray [ 95 ] ,
134
+ 'default' : theme . colors . gray [ 95 ] ,
133
135
'subtle' : theme . colors . gray [ 60 ] ,
134
136
'subtlest' : theme . colors . gray [ 35 ] ,
135
- 'muted' : theme . colors . gray [ 25 ] ,
137
+ 'muted' : theme . colors . gray [ 20 ] ,
136
138
'link' : {
137
139
'DEFAULT' : theme . colors . blue [ 50 ] ,
138
140
'on-emphasis' : theme . colors . blue [ 20 ] ,
139
141
} ,
140
142
'on-emphasis' : theme . colors . gray [ 0 ] ,
141
143
'state-emphasis' : theme . colors . gray [ 0 ] ,
142
- 'info' : theme . colors . blue [ 60 ] ,
143
- 'success' : theme . colors . green [ 60 ] ,
144
- 'warning' : theme . colors . orange [ 60 ] ,
145
- 'danger' : theme . colors . red [ 60 ] ,
146
- 'dark' : {
144
+ 'info' : {
145
+ 'DEFAULT' : theme . colors . blue [ 60 ] ,
146
+ 'on-emphasis' : theme . colors . blue [ 30 ] ,
147
+ } ,
148
+ 'success' : {
149
+ 'DEFAULT' : theme . colors . green [ 60 ] ,
150
+ 'on-emphasis' : theme . colors . green [ 30 ] ,
151
+ } ,
152
+ 'warning' : {
153
+ 'DEFAULT' : theme . colors . orange [ 70 ] ,
154
+ 'on-emphasis' : theme . colors . orange [ 40 ] ,
155
+ } ,
156
+ 'danger' : {
157
+ 'DEFAULT' : theme . colors . red [ 60 ] ,
158
+ 'on-emphasis' : theme . colors . red [ 30 ] ,
159
+ } ,
160
+ 'dark' : {
147
161
'DEFAULT' : theme . colors . gray [ 0 ] ,
148
162
'default' : theme . colors . gray [ 0 ] ,
149
163
'subtle' : theme . colors . gray [ 40 ] ,
150
164
'subtlest' : theme . colors . gray [ 60 ] ,
151
- 'muted' : theme . colors . gray [ 75 ] ,
165
+ 'muted' : theme . colors . gray [ 80 ] ,
152
166
'link' : {
153
- 'DEFAULT' : theme . colors . blue [ 30 ] ,
154
- 'on-emphasis' : theme . colors . blue [ 20 ] ,
167
+ 'DEFAULT' : theme . colors . blue [ 20 ] ,
168
+ 'on-emphasis' : theme . colors . blue [ 50 ] ,
155
169
} ,
156
- 'on-emphasis' : theme . colors . gray [ 100 ] ,
170
+ 'on-emphasis' : theme . colors . gray [ 95 ] ,
157
171
'state-emphasis' : theme . colors . gray [ 0 ] ,
158
- 'info' : theme . colors . blue [ 20 ] ,
159
- 'success' : theme . colors . green [ 20 ] ,
160
- 'warning' : theme . colors . orange [ 20 ] ,
161
- 'danger' : theme . colors . red [ 20 ] ,
172
+ 'info' : {
173
+ 'DEFAULT' : theme . colors . blue [ 20 ] ,
174
+ 'on-emphasis' : theme . colors . blue [ 30 ] ,
175
+ } ,
176
+ 'success' : {
177
+ 'DEFAULT' : theme . colors . green [ 20 ] ,
178
+ 'on-emphasis' : theme . colors . green [ 30 ] ,
179
+ } ,
180
+ 'warning' : {
181
+ 'DEFAULT' : theme . colors . orange [ 20 ] ,
182
+ 'on-emphasis' : theme . colors . orange [ 40 ] ,
183
+ } ,
184
+ 'danger' : {
185
+ 'DEFAULT' : theme . colors . red [ 20 ] ,
186
+ 'on-emphasis' : theme . colors . red [ 30 ] ,
187
+ } ,
162
188
} ,
163
189
} ,
164
190
backgroundColor : {
165
191
'inherit' : 'inherit' ,
166
192
'current' : 'currentColor' ,
167
193
'transparent' : 'transparent' ,
168
194
'base' : {
169
- DEFAULT : theme . colors . gray [ 5 ] ,
195
+ DEFAULT : theme . colors . gray [ 10 ] ,
170
196
black : theme . colors . base . black ,
171
197
white : theme . colors . base . white ,
172
198
} ,
199
+ 'ground' : theme . colors . gray [ 5 ] ,
173
200
'DEFAULT' : theme . colors . gray [ 0 ] ,
174
- 'layer-1' : theme . colors . gray [ 0 ] ,
175
- 'layer-2' : theme . colors . gray [ 0 ] ,
176
201
'default' : {
177
202
DEFAULT : theme . colors . gray [ 0 ] ,
178
- alpha : `rgba(${ theme . colors . gray [ 50 ] } , ${ theme . opacity [ 5 ] } )` ,
203
+ alpha : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 3 ] } )` ,
179
204
} ,
180
- 'inverse' : theme . colors . gray [ 100 ] ,
181
- 'on-inverse' : {
205
+ 'layer-1' : theme . colors . gray [ 0 ] ,
206
+ 'layer-2' : theme . colors . gray [ 0 ] ,
207
+ 'emphasis-alpha' : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 5 ] } )` ,
208
+ 'inverse' : theme . colors . gray [ 95 ] ,
209
+ 'on-inverse' : {
182
210
DEFAULT : theme . colors . gray [ 90 ] ,
183
211
subtle : theme . colors . gray [ 80 ] ,
184
212
} ,
185
- 'subtle' : {
186
- DEFAULT : theme . colors . gray [ 10 ] ,
187
- alpha : `rgba(${ theme . colors . gray [ 80 ] } , ${ theme . opacity [ 10 ] } )` ,
188
- } ,
189
213
'info' : {
190
214
DEFAULT : theme . colors . blue [ 0 ] ,
191
215
emphasis : theme . colors . blue [ 40 ] ,
@@ -204,21 +228,19 @@ module.exports = {
204
228
} ,
205
229
'dark' : {
206
230
'base' : theme . colors . gray [ 100 ] ,
231
+ 'ground' : theme . colors . gray [ 90 ] ,
207
232
'DEFAULT' : theme . colors . gray [ 95 ] ,
208
- 'layer-1' : theme . colors . gray [ 90 ] ,
209
- 'layer-2' : theme . colors . gray [ 85 ] ,
210
233
'default' : {
211
234
DEFAULT : theme . colors . gray [ 95 ] ,
212
- alpha : `rgba(${ theme . colors . gray [ 80 ] } , ${ theme . opacity [ 10 ] } )` ,
235
+ alpha : `rgba(${ theme . colors . gray [ 0 ] } , ${ theme . opacity [ 3 ] } )` ,
213
236
} ,
214
- 'inverse' : theme . colors . gray [ 0 ] ,
215
- 'on-inverse' : {
216
- DEFAULT : theme . colors . gray [ 10 ] ,
217
- subtle : theme . colors . gray [ 20 ] ,
218
- } ,
219
- 'subtle' : {
220
- DEFAULT : theme . colors . gray [ 90 ] ,
221
- alpha : `rgba(${ theme . colors . gray [ 20 ] } , ${ theme . opacity [ 10 ] } )` ,
237
+ 'layer-1' : theme . colors . gray [ 90 ] ,
238
+ 'layer-2' : theme . colors . gray [ 85 ] ,
239
+ 'emphasis-alpha' : `rgba(${ theme . colors . gray [ 0 ] } , ${ theme . opacity [ 5 ] } )` ,
240
+ 'inverse' : theme . colors . gray [ 10 ] ,
241
+ 'on-inverse' : {
242
+ DEFAULT : theme . colors . gray [ 5 ] ,
243
+ subtle : theme . colors . gray [ 0 ] ,
222
244
} ,
223
245
'info' : {
224
246
DEFAULT : theme . colors . blue [ 90 ] ,
@@ -241,58 +263,68 @@ module.exports = {
241
263
backgroundImage : { 'gradient-maroon-to-dark-red' : 'linear-gradient(90deg, #37162E 0%, #482041 43.68%, #492143 55.03%, #52213F 64.67%, #58213C 76.02%, #912121 113.46%)' } ,
242
264
fill : ( { theme } ) => ( { ...theme ( 'backgroundColor' ) } ) ,
243
265
borderColor : {
244
- DEFAULT : theme . colors . gray [ 15 ] ,
245
- default : {
246
- DEFAULT : theme . colors . gray [ 15 ] ,
266
+ 'subtlest' : theme . colors . gray [ 5 ] ,
267
+ 'subtle' : {
268
+ DEFAULT : theme . colors . gray [ 25 ] ,
247
269
alpha : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 5 ] } )` ,
248
270
} ,
249
- subtle : {
250
- DEFAULT : theme . colors . gray [ 25 ] ,
271
+ 'DEFAULT' : theme . colors . gray [ 20 ] ,
272
+ 'default' : {
273
+ DEFAULT : theme . colors . gray [ 20 ] ,
251
274
alpha : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 10 ] } )` ,
252
275
} ,
253
- muted : theme . colors . gray [ 10 ] ,
254
- inverse : theme . colors . gray [ 100 ] ,
255
- info : {
276
+ 'emphasis' : {
277
+ DEFAULT : theme . colors . gray [ 30 ] ,
278
+ alpha : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 20 ] } )` ,
279
+ } ,
280
+ 'inverse' : theme . colors . gray [ 90 ] ,
281
+ 'on-inverse' : theme . colors . gray [ 50 ] ,
282
+ 'info' : {
256
283
DEFAULT : theme . colors . blue [ 10 ] ,
257
284
emphasis : theme . colors . blue [ 40 ] ,
258
285
} ,
259
- success : {
286
+ ' success' : {
260
287
DEFAULT : theme . colors . green [ 10 ] ,
261
288
emphasis : theme . colors . green [ 40 ] ,
262
289
} ,
263
- warning : {
290
+ ' warning' : {
264
291
DEFAULT : theme . colors . orange [ 10 ] ,
265
292
emphasis : theme . colors . orange [ 40 ] ,
266
293
} ,
267
- danger : {
294
+ ' danger' : {
268
295
DEFAULT : theme . colors . red [ 10 ] ,
269
296
emphasis : theme . colors . red [ 40 ] ,
270
297
} ,
271
- dark : {
272
- DEFAULT : theme . colors . gray [ 90 ] ,
273
- default : {
274
- DEFAULT : theme . colors . gray [ 90 ] ,
298
+ 'dark' : {
299
+ 'subtlest' : theme . colors . gray [ 90 ] ,
300
+ 'DEFAULT' : theme . colors . gray [ 85 ] ,
301
+ 'subtle' : {
302
+ DEFAULT : theme . colors . gray [ 80 ] ,
275
303
alpha : `rgba(${ theme . colors . gray [ 0 ] } , ${ theme . opacity [ 5 ] } )` ,
276
304
} ,
277
- subtle : {
278
- DEFAULT : theme . colors . gray [ 80 ] ,
305
+ 'default' : {
306
+ DEFAULT : theme . colors . gray [ 85 ] ,
279
307
alpha : `rgba(${ theme . colors . gray [ 0 ] } , ${ theme . opacity [ 10 ] } )` ,
280
308
} ,
281
- muted : theme . colors . gray [ 85 ] ,
282
- inverse : theme . colors . gray [ 0 ] ,
283
- info : {
309
+ 'emphasis' : {
310
+ DEFAULT : theme . colors . gray [ 30 ] ,
311
+ alpha : `rgba(${ theme . colors . gray [ 0 ] } , ${ theme . opacity [ 20 ] } )` ,
312
+ } ,
313
+ 'inverse' : theme . colors . gray [ 10 ] ,
314
+ 'on-inverse' : theme . colors . gray [ 40 ] ,
315
+ 'info' : {
284
316
DEFAULT : theme . colors . blue [ 100 ] ,
285
317
emphasis : theme . colors . blue [ 30 ] ,
286
318
} ,
287
- success : {
319
+ ' success' : {
288
320
DEFAULT : theme . colors . green [ 100 ] ,
289
321
emphasis : theme . colors . green [ 30 ] ,
290
322
} ,
291
- warning : {
323
+ ' warning' : {
292
324
DEFAULT : theme . colors . orange [ 100 ] ,
293
325
emphasis : theme . colors . orange [ 30 ] ,
294
326
} ,
295
- danger : {
327
+ ' danger' : {
296
328
DEFAULT : theme . colors . red [ 100 ] ,
297
329
emphasis : theme . colors . red [ 30 ] ,
298
330
} ,
0 commit comments