Style sway workspaces
This commit is contained in:
parent
efcc733dfe
commit
d579007c32
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue