@@ -51,8 +51,8 @@ export default defineConfig(mergeConfigs([unoConfig, {
5151 ] ,
5252 shortcuts : [ {
5353 // 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 ' ,
5656 'bg-active' : 'bg-gray:5' ,
5757 'border-base' : 'border-gray/20' ,
5858 'navbar-base' : 'border-b border-base h-50px' ,
@@ -61,11 +61,11 @@ export default defineConfig(mergeConfigs([unoConfig, {
6161 'x-divider' : 'h-1px w-full bg-gray/15' ,
6262
6363 // 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' ,
6565 'navbar-glass' : 'sticky z-10 top-0 glass-effect' ,
6666
6767 // code
68- 'code-block' : 'dark:bg-[ #121212] bg-white' ,
68+ 'code-block' : 'dark:bg-#121212 bg-white' ,
6969
7070 // panel grids
7171 'panel-grids' : 'panel-grids-light dark:panel-grids-dark' ,
@@ -80,7 +80,7 @@ export default defineConfig(mergeConfigs([unoConfig, {
8080 'state-value' : 'text-#444 dark:(text-#bdc6cf)' ,
8181 'state-value-label' : 'text-gray-500' ,
8282 'state-value-literal' : 'text-#03c dark:(text-#997fff)' ,
83- 'state-value-string' : 'text-#c41a16 ' ,
83+ 'state-value-string' : 'text-#FFB980 ' ,
8484 } , [ / ^ 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)` ] ] ,
8585 presets : [
8686 presetAttributify ( ) ,
0 commit comments