diff --git a/wal/templates/colors-anyrun.css b/wal/templates/colors-anyrun.css index 7056a69..0eb2cdc 100644 --- a/wal/templates/colors-anyrun.css +++ b/wal/templates/colors-anyrun.css @@ -3,6 +3,7 @@ @define-color foreground {foreground}; @define-color cursor {cursor}; +@define-color color0 {color0}; @define-color color1 {color1}; @define-color color2 {color2}; @define-color color3 {color3}; diff --git a/wal/templates/colors-hypr.conf b/wal/templates/colors-hypr.conf index 6678dbb..bc87d76 100644 --- a/wal/templates/colors-hypr.conf +++ b/wal/templates/colors-hypr.conf @@ -4,6 +4,7 @@ $wallpaper = {wallpaper} $background = rgb({background.strip}) $foreground = rgb({foreground.strip}) +$color0 = rgb({color0.strip}) $color1 = rgb({color1.strip}) $color2 = rgb({color2.strip}) $color3 = rgb({color3.strip})