waybar/feline/alacritty: use my colors

This commit is contained in:
2024-07-05 01:34:48 +02:00
parent 728b00c2ca
commit 10e03987be
5 changed files with 17 additions and 16 deletions

View File

@ -1,10 +1,10 @@
* {
background-color: #352f2d;
color: #afa099;
background-color: #3f4947;
color: #9bafac;
}
#workspaces button.active {
border-bottom: 3px solid #afa099;
border-bottom: 3px solid #9bafac;
}
#workspaces button.urgent {

View File

@ -1,10 +1,11 @@
* {
background-color: #e1dcd9;
color: #2c363c;
background-color: #dde4e3;
color: #2c3131;
}
#workspaces button.active {
border-bottom: 3px solid #2c363c;
border-bottom: 3px solid #2c3131;
}
#workspaces button.urgent {