@@ -233,6 +233,12 @@ module.exports = {
233
233
DEFAULT : theme . colors . red [ 0 ] ,
234
234
emphasis : theme . colors . red [ 40 ] ,
235
235
} ,
236
+ 'dim' : {
237
+ subtle : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 10 ] } )` ,
238
+ default : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 30 ] } )` ,
239
+ DEFAULT : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 30 ] } )` ,
240
+ emphasis : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 80 ] } )` ,
241
+ } ,
236
242
'dark' : {
237
243
'base' : theme . colors . gray [ 100 ] ,
238
244
'ground' : theme . colors . gray [ 90 ] ,
@@ -265,6 +271,12 @@ module.exports = {
265
271
DEFAULT : theme . colors . red [ 90 ] ,
266
272
emphasis : theme . colors . red [ 30 ] ,
267
273
} ,
274
+ 'dim' : {
275
+ subtle : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 10 ] } )` ,
276
+ default : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 30 ] } )` ,
277
+ DEFAULT : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 30 ] } )` ,
278
+ emphasis : `rgba(${ theme . colors . gray [ 100 ] } , ${ theme . opacity [ 80 ] } )` ,
279
+ } ,
268
280
} ,
269
281
} ,
270
282
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%)' } ,
0 commit comments