✨ wal(templates): add color0 to templates
This commit is contained in:
@@ -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};
|
||||
|
||||
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user