blob: f8ff62be22625cc679beed355c002ad19d432ea0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* wallust template - colors-nwg-dock */
@define-color foreground {{foreground}};
@define-color background rgba({{background | rgb}}, 0.85);
@define-color background-alt {{background}};
@define-color cursor {{cursor}};
@define-color hovered {{color12}};
@define-color button-background {{color4}};
@define-color button-active {{color2}};
@define-color border {{color12}};
@define-color urgent {{color15}};
|