feat(wm): set waybar bg to darker catppuccin color

This commit is contained in:
EinEtwas 2024-10-27 11:40:32 +01:00
parent 4e791cba65
commit b62a1dfa75
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -10,7 +10,7 @@
* Keyframes
* -------------------------------------------------------------------------- */
@keyframes blink-warning {
@keyframes blink-warning {
70% {
color: white;
}
@ -49,7 +49,7 @@
/* The whole bar */
#waybar {
background: #24273a;
background: #1e1e2e;
color: #f0c6c6;
font-family: Cantarell, Noto Sans, sans-serif;
font-size: 12px;