diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-04-11 17:25:32 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-04-11 17:25:32 +0200 |
| commit | 25a8d99b0ab3b9f928e3b799c10d1a8ced81d7eb (patch) | |
| tree | 2ee4d6a6dba052c0f5e9e01b70422903538d1ad0 /.config/waybar/style.css | |
| parent | 12bf00fe9fdeacfc77c62d006b4f4231d258daf0 (diff) | |
takmain
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 1cee57b..328b03f 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -6,7 +6,7 @@ } window#waybar { - background: #121212; + background: #151515; color: #dedede; } @@ -16,7 +16,7 @@ window#waybar { } #workspaces button.focused { - color: #121212; + color: #151515; background-color: #C9DE95; } |