feat: move to carbonfox

This commit is contained in:
Artur Manuel 2024-12-13 20:44:36 +00:00
commit 3047da954a
9 changed files with 210 additions and 105 deletions

View file

@ -1,25 +1,25 @@
* {
all: unset;
font-size: 18px;
color: #ebdbb2;
color: #f2f4f8;
}
window#waybar {
background: #282828;
background: #0c0c0c;
}
tooltip {
background: #3c3836;
background: #161616;
}
.modules-left,
.modules-right {
background: #3c3836;
background: #161616;
padding: 0px 12px;
}
.modules-center {
background: #3c3836;
background: #161616;
}
#tags button {
@ -32,5 +32,5 @@ tooltip {
}
#tags button.focused {
background: #504945;
background: #282828;
}