Style sway workspaces

This commit is contained in:
pancakes 2023-10-01 01:52:06 +10:00
parent efcc733dfe
commit d579007c32

View file

@ -46,3 +46,16 @@ button,
#battery.charging { #battery.charging {
background-color: #31748f; background-color: #31748f;
} }
#workspaces button {
color: #6e6a86;
}
#workspaces button.focused {
color: #e0def4;
}
#workspaces button.urgent {
color: #191724;
background-color: #f6c177;
}