diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 19:18:12 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-09 19:18:54 +0900 |
| commit | ba87c54ce748e40df2fbae2593fe9493fd73177f (patch) | |
| tree | 4683fad6140ffa75d2a3c16d5928393d8ea3f69d /config/wallust | |
| parent | 6f5e8a6db7ebceeb0640b4debfa2d8a90c449ec5 (diff) | |
some adjustments on dark-light switcher. SwayNC notibg-alt is now from directly from wallust
Diffstat (limited to 'config/wallust')
| -rw-r--r-- | config/wallust/templates/colors-waybar.css | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/config/wallust/templates/colors-waybar.css b/config/wallust/templates/colors-waybar.css index 32d21310..c59e4914 100644 --- a/config/wallust/templates/colors-waybar.css +++ b/config/wallust/templates/colors-waybar.css @@ -1,23 +1,24 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* wallust template - colors-waybar */ -@define-color foreground {{foreground}}; -@define-color background rgba({{background | rgb}},0.25); -@define-color cursor {{cursor}}; - -@define-color color0 {{color0}}; -@define-color color1 {{color1}}; -@define-color color2 {{color2}}; -@define-color color3 {{color3}}; -@define-color color4 {{color4}}; -@define-color color5 {{color5}}; -@define-color color6 {{color6}}; -@define-color color7 {{color7}}; -@define-color color8 {{color8}}; -@define-color color9 {{color9}}; -@define-color color10 {{color10}}; -@define-color color11 {{color11}}; -@define-color color12 {{color12}}; -@define-color color13 {{color13}}; -@define-color color14 {{color14}}; -@define-color color15 {{color15}}; + @define-color foreground {{foreground}}; + @define-color background {{background}}; + @define-color background-alt rgba({{background | rgb}},0.25); + @define-color cursor {{cursor}}; + + @define-color color0 {{color0}}; + @define-color color1 {{color1}}; + @define-color color2 {{color2}}; + @define-color color3 {{color3}}; + @define-color color4 {{color4}}; + @define-color color5 {{color5}}; + @define-color color6 {{color6}}; + @define-color color7 {{color7}}; + @define-color color8 {{color8}}; + @define-color color9 {{color9}}; + @define-color color10 {{color10}}; + @define-color color11 {{color11}}; + @define-color color12 {{color12}}; + @define-color color13 {{color13}}; + @define-color color14 {{color14}}; + @define-color color15 {{color15}};
\ No newline at end of file |
