diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-03-30 21:58:55 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-03-30 21:58:55 -0700 |
| commit | 4acf85db722ebe7e019e7427436083b3b9f4959e (patch) | |
| tree | 6d5b416ad605730a6d573d1b4178c7676dc8a015 /config/waybar/style/Wallust-Chroma-Edge.css | |
| parent | 89e10cd0c0331fc727889d41e34309db1fb5735f (diff) | |
| parent | e4b9059d346e6a6dbd6216cd1fb5e41085bb6e7b (diff) | |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'config/waybar/style/Wallust-Chroma-Edge.css')
| -rw-r--r-- | config/waybar/style/Wallust-Chroma-Edge.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/waybar/style/Wallust-Chroma-Edge.css b/config/waybar/style/Wallust-Chroma-Edge.css index 82125870..4a17d473 100644 --- a/config/waybar/style/Wallust-Chroma-Edge.css +++ b/config/waybar/style/Wallust-Chroma-Edge.css @@ -50,7 +50,7 @@ tooltip label{ #taskbar button, #workspaces button { background-color: transparent; - color: grey; + color: @color15; box-shadow: none; text-shadow: none; padding: 0px; @@ -63,7 +63,8 @@ tooltip label{ #workspaces button.active { background-color: transparent; - color: #D3D3D3; +\tcolor: @color15; + padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -143,7 +144,7 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - color: #e5e5e5; +\tcolor: @color15; /* color: #bf616a; */ border-radius: 12px; background-color: rgba(50, 50, 50, 0.1); |
