Adjust the waybar theme

This commit is contained in:
Rodolphe Bréard 2024-10-15 22:15:51 +02:00
parent 418d884944
commit 7f54407d28
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,7 @@
@define-color sapphire #7dc4e4;
@define-color blue #8aadf4;
@define-color lavender #b7bdf8;
@define-color lavendersoft rgba(183, 189, 248, 0.4);
@define-color text #cad3f5;
@define-color subtext1 #b8c0e0;
@define-color subtext0 #a5adcb;

View file

@ -43,7 +43,8 @@ button:hover {
}
#workspaces button.active {
color: @text;
background-color: @lavendersoft;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.focused {