diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-29 19:29:52 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-29 19:29:52 -0500 |
| commit | 95a76709b20bc37c5da519096a994ed46b2569bf (patch) | |
| tree | 534d5106939767aab279d313bf70e4fed92f3344 /config | |
| parent | 560701ab07f8605c9016a87f0eaa66238e77a3cb (diff) | |
Update to wallust to fix kitty broke waybar colors
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/wallust/templates/colors-waybar.css
modified: config/waybar/wallust/colors-waybar.css
Diffstat (limited to 'config')
| -rw-r--r-- | config/wallust/templates/colors-waybar.css | 2 | ||||
| -rw-r--r-- | config/waybar/wallust/colors-waybar.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/wallust/templates/colors-waybar.css b/config/wallust/templates/colors-waybar.css index c59e4914..8f7efa96 100644 --- a/config/wallust/templates/colors-waybar.css +++ b/config/wallust/templates/colors-waybar.css @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* wallust template - colors-waybar */ - @define-color foreground {{foreground}}; + @define-color foreground {{color12}}; @define-color background {{background}}; @define-color background-alt rgba({{background | rgb}},0.25); @define-color cursor {{cursor}}; diff --git a/config/waybar/wallust/colors-waybar.css b/config/waybar/wallust/colors-waybar.css index 8a470b1a..7f7e3eb9 100644 --- a/config/waybar/wallust/colors-waybar.css +++ b/config/waybar/wallust/colors-waybar.css @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* wallust template - colors-waybar */ - @define-color foreground #F9E3DF; + @define-color foreground #7F4EA2; @define-color background #151316; @define-color background-alt rgba(21,19,22,0.25); @define-color cursor #F9E3DF; |
