@@ -51,8 +51,8 @@ export default defineConfig(mergeConfigs([unoConfig, {
51
51
] ,
52
52
shortcuts : [ {
53
53
// general
54
- 'bg-base' : 'bg-white dark:bg-[ #121212] ' ,
55
- 'text-base' : 'text-black dark:text-white ' ,
54
+ 'bg-base' : 'bg-white dark:bg-#121212' ,
55
+ 'text-base' : 'text-black dark:text-#dfe0e2 ' ,
56
56
'bg-active' : 'bg-gray:5' ,
57
57
'border-base' : 'border-gray/20' ,
58
58
'navbar-base' : 'border-b border-base h-50px' ,
@@ -61,11 +61,11 @@ export default defineConfig(mergeConfigs([unoConfig, {
61
61
'x-divider' : 'h-1px w-full bg-gray/15' ,
62
62
63
63
// glass
64
- 'glass-effect' : 'backdrop-blur-6 bg-white/80 dark:bg-[ #121212] /90' ,
64
+ 'glass-effect' : 'backdrop-blur-6 bg-white/80 dark:bg-#121212/90' ,
65
65
'navbar-glass' : 'sticky z-10 top-0 glass-effect' ,
66
66
67
67
// code
68
- 'code-block' : 'dark:bg-[ #121212] bg-white' ,
68
+ 'code-block' : 'dark:bg-#121212 bg-white' ,
69
69
70
70
// panel grids
71
71
'panel-grids' : 'panel-grids-light dark:panel-grids-dark' ,
@@ -80,7 +80,7 @@ export default defineConfig(mergeConfigs([unoConfig, {
80
80
'state-value' : 'text-#444 dark:(text-#bdc6cf)' ,
81
81
'state-value-label' : 'text-gray-500' ,
82
82
'state-value-literal' : 'text-#03c dark:(text-#997fff)' ,
83
- 'state-value-string' : 'text-#c41a16 ' ,
83
+ 'state-value-string' : 'text-#FFB980 ' ,
84
84
} , [ / ^ t h e m e - c a r d - ( \w + ) $ / , $ => `p2 flex gap2 border border-base bg-base items-center rounded min-w-40 min-h-25 justify-center transition-all saturate-0 op50 shadow hover:(op100 bg-${ $ [ 1 ] } /10 text-${ $ [ 1 ] } 6 saturate-100)` ] ] ,
85
85
presets : [
86
86
presetAttributify ( ) ,
0 commit comments