diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:09:01 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-11-26 12:09:01 -0500 |
| commit | a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0 (patch) | |
| tree | 6343ceeb8024d0b4be2732e1fe640bd456a16157 /waybar/style.css | |
| parent | 0a29ee6e5384874704c2f34df9224d707bdf4e7a (diff) | |
| download | rivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.gz rivercfg-a9f6e9b1f1c0e4f0a628954e3427bf5020d486c0.tar.xz | |
from nord to gruvbox
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/waybar/style.css b/waybar/style.css index 038a0ac..efff8ea 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -10,7 +10,8 @@ } window#waybar { - background: transparent; + /* background: transparent; */ + background: #282828; } @@ -19,7 +20,7 @@ window#waybar.hidden { } #window { - color: #8FBCBB; + color: #ebdbb2; } #tags { |
