66 presetIcons ,
77 presetTypography ,
88 presetWebFonts ,
9- presetWind3 ,
9+ presetWind4 ,
1010 transformerDirectives ,
1111 transformerVariantGroup ,
1212} from 'unocss'
@@ -20,11 +20,11 @@ export default defineConfig({
2020 'border-base' : 'border-#8884' ,
2121
2222 'border-flow' : 'border-#8885' ,
23- 'border-flow-line' : 'border-#222' ,
23+ 'border-flow-line' : 'border-#ccc dark:border-# 222' ,
2424 'border-flow-active' : 'border-primary-700/50 dark:border-primary-300/50' ,
2525 'border-flow-line-active' : 'border-primary-700/30 dark:border-primary-300/30' ,
2626
27- 'fg-flow-line' : 'color-#222' ,
27+ 'fg-flow-line' : 'color-#ccc dark:color-# 222' ,
2828 'fg-flow-line-active' : 'color-primary-700/30 dark:color-primary-300/30' ,
2929
3030 'bg-tooltip' : 'bg-white:75 dark:bg-#111:75 backdrop-blur-8' ,
@@ -59,11 +59,11 @@ export default defineConfig({
5959 'op-mute' : 'op30 dark:op25' ,
6060 'color-deprecated' : 'text-op85 text-[#b71c1c] dark:text-[#f87171]' ,
6161
62- 'color-scale-neutral' : 'text-gray7 :75 dark:text-gray:75!' ,
63- 'color-scale-low' : 'text-lime7 :75 dark:text-lime:75! dark:saturate-50' ,
64- 'color-scale-medium' : 'text-amber7 :85 dark:text-amber:85! dark:saturate-80' ,
65- 'color-scale-high' : 'text-orange7 :95 dark:text-orange:95!' ,
66- 'color-scale-critical' : 'text-red7 :95 dark:text-red:95!' ,
62+ 'color-scale-neutral' : 'text-gray-700 :75 dark:text-gray-700 :75!' ,
63+ 'color-scale-low' : 'text-lime-700 :75 dark:text-lime-700 :75! dark:saturate-50' ,
64+ 'color-scale-medium' : 'text-amber-700 :85 dark:text-amber-700 :85! dark:saturate-80' ,
65+ 'color-scale-high' : 'text-orange-700 :95 dark:text-orange-700 :95!' ,
66+ 'color-scale-critical' : 'text-red-700 :95 dark:text-red-700 :95!' ,
6767
6868 'page-padding' : 'pt-24 pl-112 pr-8 pb-8' ,
6969 'page-padding-collapsed' : 'pt-24 pl-14 pr-8 pb-8' ,
@@ -90,7 +90,9 @@ export default defineConfig({
9090 } ,
9191 } ,
9292 presets : [
93- presetWind3 ( ) ,
93+ presetWind4 ( {
94+
95+ } ) ,
9496 presetAttributify ( ) ,
9597 presetIcons ( {
9698 scale : 1.2 ,
0 commit comments