From 7be8ac7ab4496951f32ad82fd1c6ed5bd1e7f6bf Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 13 Apr 2025 00:14:13 -0300 Subject: [PATCH] :sparkles: wal(templates): add color0 to templates --- wal/templates/colors-anyrun.css | 1 + wal/templates/colors-hypr.conf | 1 + 2 files changed, 2 insertions(+) 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})