diff options
author | ZachIR <zachir@librem.one> | 2025-04-30 23:33:58 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-30 23:33:58 -0500 |
commit | 0916c4524713b57755a93a3984be7e387d9b656a (patch) | |
tree | 8fcb53d8c686701089508c1ed8caf981262c48cc /waybar | |
parent | 15aae9e20626945fdb53f97617592da023ccb40d (diff) |
Update colorscheme to red and magenta
Updated in hyprland, kitty, tofi, and waybar
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/style.css b/waybar/style.css index 3b96e8a..bf98a1d 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -45,7 +45,7 @@ window#waybar.hidden { /* #workspaces button:hover { - background: #39c1ed; + background: #6e3c85; color: black; border-bottom: 3px solid #ffffff; @@ -58,7 +58,7 @@ window#waybar.hidden { /* #workspaces button.active:hover { - background: #39c1ed; + background: #6e3c85; color: black; border-bottom: 3px solid #ffffff; } |