diff options
| -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; |
