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