feat: move to gruvbox

This commit is contained in:
Artur Manuel 2024-12-10 15:12:00 +00:00
commit c467ee449d
18 changed files with 442 additions and 436 deletions

View file

@ -0,0 +1,36 @@
* {
all: unset;
font-size: 18px;
color: #ebdbb2;
}
window#waybar {
background: #282828;
}
tooltip {
background: #3c3836;
}
.modules-left,
.modules-right {
background: #3c3836;
padding: 0px 12px;
}
.modules-center {
background: #3c3836;
}
#tags button {
padding: 8px 16px;
transition: 0.2s;
}
#tags button:hover {
padding: 8px 28px;
}
#tags button.focused {
background: #504945;
}