waybar: make workspace buttons use foreground colour

This commit is contained in:
Nico 2025-05-03 16:16:01 +10:00
parent 79210ac73d
commit b36ecf6149

View file

@ -1,5 +1,4 @@
/*@define-color foreground #c0caf5;*/ @define-color foreground #c0caf5;
@define-color foreground #1a1b26;
@define-color background #1a1b26; @define-color background #1a1b26;
@define-color black #15161e; @define-color black #15161e;
@ -9,7 +8,6 @@
@define-color blue #7aa2f7; @define-color blue #7aa2f7;
@define-color purple #bb9af7; @define-color purple #bb9af7;
@define-color lightblue #7dcfff; @define-color lightblue #7dcfff;
@define-color #a9b1d6;
* { * {
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
@ -61,11 +59,12 @@ button:hover {
#workspaces { #workspaces {
background-color: @background; background-color: @background;
color: @lightblue; color: @foreground;
border-radius: 10px; border-radius: 10px;
} }
#workspaces button { #workspaces button {
color: @foreground;
padding: 0 5px; padding: 0 5px;
} }