mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-07 11:51:39 +02:00
improve workspace selector styling
This commit is contained in:
parent
37a4235e5c
commit
867514362a
2 changed files with 15 additions and 1 deletions
|
@ -4,4 +4,17 @@
|
|||
|
||||
label {
|
||||
font: 14pt "FiraCode Nerd Font";
|
||||
}
|
||||
|
||||
.workspaces button {
|
||||
border: 0px;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
.workspaces button.urgent {
|
||||
background-color: #cc241d;
|
||||
}
|
||||
|
||||
.workspaces button.focused {
|
||||
background-color: #504935;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue