diff options
Diffstat (limited to 'config/wallust/templates')
| -rw-r--r-- | config/wallust/templates/colors-nwg-dock.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/wallust/templates/colors-nwg-dock.css b/config/wallust/templates/colors-nwg-dock.css new file mode 100644 index 00000000..f8ff62be --- /dev/null +++ b/config/wallust/templates/colors-nwg-dock.css @@ -0,0 +1,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}}; |
