forked from Shinonome/dots-hyprland
reorganize cache folder, apply color instantly on color mode change
This commit is contained in:
@@ -36,7 +36,7 @@ lines=10000
|
||||
|
||||
[cursor]
|
||||
style=beam
|
||||
color=$background # $onBackground #
|
||||
color={{ $background }} {{ $onBackground }}
|
||||
# blink=no
|
||||
beam-thickness=1.5
|
||||
# underline-thickness=<font underline thickness>
|
||||
@@ -44,24 +44,24 @@ beam-thickness=1.5
|
||||
|
||||
[colors]
|
||||
alpha=1
|
||||
background=$background #
|
||||
foreground=$onBackground #
|
||||
regular0=$background #
|
||||
regular1=$error #
|
||||
regular2=$inversePrimary #
|
||||
regular3=$onPrimaryContainer #
|
||||
regular4=$onPrimaryContainer #
|
||||
regular5=$onSecondaryContainer #
|
||||
regular6=$primary #
|
||||
regular7=$onSurfaceVariant #
|
||||
bright0=$background #
|
||||
bright1=$error #
|
||||
bright2=$inversePrimary #
|
||||
bright3=$onPrimaryContainer #
|
||||
bright4=$onPrimaryContainer #
|
||||
bright5=$onSecondaryContainer #
|
||||
bright6=$primary #
|
||||
bright7=$onSurfaceVariant #
|
||||
background={{ $background }}
|
||||
foreground={{ $onBackground }}
|
||||
regular0={{ $background }}
|
||||
regular1={{ $error }}
|
||||
regular2={{ $inversePrimary }}
|
||||
regular3={{ $onPrimaryContainer }}
|
||||
regular4={{ $onPrimaryContainer }}
|
||||
regular5={{ $onSecondaryContainer }}
|
||||
regular6={{ $primary }}
|
||||
regular7={{ $onSurfaceVariant }}
|
||||
bright0={{ $background }}
|
||||
bright1={{ $error }}
|
||||
bright2={{ $inversePrimary }}
|
||||
bright3={{ $onPrimaryContainer }}
|
||||
bright4={{ $onPrimaryContainer }}
|
||||
bright5={{ $onSecondaryContainer }}
|
||||
bright6={{ $primary }}
|
||||
bright7={{ $onSurfaceVariant }}
|
||||
|
||||
[csd]
|
||||
# preferred=server
|
||||
|
||||
Reference in New Issue
Block a user