diff --git a/stow/.config/waybar/style.css b/stow/.config/waybar/style.css index bd2559f..66eb2c2 100644 --- a/stow/.config/waybar/style.css +++ b/stow/.config/waybar/style.css @@ -1,5 +1,4 @@ -/*@define-color foreground #c0caf5;*/ -@define-color foreground #1a1b26; +@define-color foreground #c0caf5; @define-color background #1a1b26; @define-color black #15161e; @@ -9,7 +8,6 @@ @define-color blue #7aa2f7; @define-color purple #bb9af7; @define-color lightblue #7dcfff; -@define-color #a9b1d6; * { /* `otf-font-awesome` is required to be installed for icons */ @@ -61,11 +59,12 @@ button:hover { #workspaces { background-color: @background; - color: @lightblue; + color: @foreground; border-radius: 10px; } #workspaces button { + color: @foreground; padding: 0 5px; }