From eb6f37f9364212d8893b1f879872b98b2ef503a8 Mon Sep 17 00:00:00 2001 From: Rosa Date: Sun, 18 Jan 2026 13:38:33 -0500 Subject: finish retheming --- .../user/desktop/components/waybar/style-blue.css | 42 ++++++++-------------- 1 file changed, 14 insertions(+), 28 deletions(-) (limited to 'modules/user/desktop/components/waybar/style-blue.css') diff --git a/modules/user/desktop/components/waybar/style-blue.css b/modules/user/desktop/components/waybar/style-blue.css index b00c4b3..9df1136 100644 --- a/modules/user/desktop/components/waybar/style-blue.css +++ b/modules/user/desktop/components/waybar/style-blue.css @@ -6,44 +6,44 @@ } window#waybar { - background: none; - color: #e0def4; + background: #11111b; + color: #cdd6f4; } tooltip { - background: rgba(38, 35, 58, 0.8); - border-radius: 10px; + background: #1e1e2e; + border: 2px solid #89b4fa; } tooltip label { - color: #e0def4; + color: #cdd6f4; } #workspaces button { background: none; box-shadow: none; - color: #6e6a86; + color: #585b70; padding: 0; } #workspaces button.empty { - color: #403d52; + color: #313244; } #workspaces button.visible { - color: #908caa; + color: #6c7086; } #workspaces button.focused { - color: #ebbcba; + color: #89b4fa; } #workspaces button.urgent { - color: #eb6f92; + color: #f38ba8; } #workspaces button:hover { - color: #e0def4; + color: #cdd6f4; text-shadow: inherit; } @@ -52,12 +52,6 @@ tooltip label { padding-top: 2px; } -.modules-left, .modules-center, .modules-right { - background: rgba(25, 23, 36, 0.8); - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - .modules-left { margin-left: 8px; margin-right: 4px; @@ -70,12 +64,12 @@ tooltip label { @keyframes blink { to { - color: #e0def4; + color: #cdd6f4; } } #battery.charging { - color: #9ccfd8; + color: #a6e3a1; } #battery.critical:not(.charging) { @@ -84,13 +78,5 @@ tooltip label { animation-iteration-count: infinite; animation-name: blink; animation-timing-function: steps(2); - color: #eb6f92; -} - -#cpu { - box-shadow: inset 0 -2px #ebbcba; -} - -#memory { - box-shadow: inset 0 -2px #f6c177; + color: #f38ba8; } -- cgit v1.3.1