aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/waybar/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 7a5032a..71752b5 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -78,7 +78,7 @@ window#waybar.hidden {
#workspaces button:hover {
/* transition-duration: .3s; */
color: @background;
- background-color: @color7;
+ background-color: @color14;
box-shadow: inset 0 -1px @foreground;
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
text-shadow: inherit;
@@ -96,7 +96,7 @@ window#waybar.hidden {
#workspaces button.visible {
/* background-color: #4c566a; */
color: @color0;
- background-color: @color7;
+ background-color: @color14;
/* box-shadow: inset 0 -4px #eceff4; */
}