@@ -15,7 +15,7 @@ export default defineConfig(mergeConfigs([unoConfig, {
1515 'background-size' : '40px 40px' ,
1616 } ] ,
1717 [ 'panel-grids-dark' , {
18- 'background-image' : `url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' transform='scale(3)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='${ encodeURIComponent ( '#212427 ' ) } '/%3E%3Cpath d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z' stroke-width='0.2' stroke='${ encodeURIComponent ( '#212427 ' ) } ' fill='none'/%3E%3C/svg%3E");` ,
18+ 'background-image' : `url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' transform='scale(3)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='${ encodeURIComponent ( '#121212 ' ) } '/%3E%3Cpath d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z' stroke-width='0.2' stroke='${ encodeURIComponent ( '#121212 ' ) } ' fill='none'/%3E%3C/svg%3E");` ,
1919 'background-size' : '40px 40px' ,
2020 } ] ,
2121 ] ,
@@ -51,7 +51,7 @@ export default defineConfig(mergeConfigs([unoConfig, {
5151 ] ,
5252 shortcuts : [ {
5353 // general
54- 'bg-base' : 'bg-white dark:bg-#212427 ' ,
54+ 'bg-base' : 'bg-white dark:bg-#121212 ' ,
5555 'text-base' : 'text-black dark:text-#dfe0e2' ,
5656 'bg-active' : 'bg-gray:5' ,
5757 'border-base' : 'border-gray/20' ,
@@ -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-#212427 /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-#212427 bg-white' ,
68+ 'code-block' : 'dark:bg-#121212 bg-white' ,
6969
7070 // panel grids
7171 'panel-grids' : 'panel-grids-light dark:panel-grids-dark' ,
0 commit comments