diff --git a/.config/waybar/style.css b/.config/waybar/style.css index d24a96e..f963c8e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -73,7 +73,7 @@ button:hover { #workspaces button.focused { background: alpha(@lavender, 0.1); color: @green; - box-shadow: inset 0 -3px @mauve; + box-shadow: inset 0 -3px @peach; } #workspaces button.urgent { @@ -82,7 +82,7 @@ button:hover { #mode { background-color: @crust; - border-bottom: 3px solid @mauve; + border-bottom: 3px solid @peach; } #clock, @@ -158,27 +158,27 @@ label:focus { #cpu { background-color: @crust; - color: @mauve; + color: @peach; } #memory { background-color: @crust; - color: @mauve; + color: @peach; } #disk { background-color: @crust; - color: @mauve; + color: @peach; } #backlight { background-color: @crust; - color: @mauve; + color: @peach; } #network { background-color: @crust; - color: @mauve; + color: @peach; } #network.disconnected { @@ -188,7 +188,7 @@ label:focus { #pulseaudio { background-color: @crust; - color: @mauve; + color: @peach; } #pulseaudio.muted { @@ -198,7 +198,7 @@ label:focus { #wireplumber { background-color: @crust; - color: @mauve; + color: @peach; } #wireplumber.muted { @@ -222,7 +222,7 @@ label:focus { #temperature { background-color: @crust; - color: @mauve; + color: @peach; } #temperature.critical { @@ -244,7 +244,7 @@ label:focus { #idle_inhibitor { background-color: @crust; - color: @mauve; + color: @peach; } #idle_inhibitor.activated { @@ -271,14 +271,14 @@ label:focus { #language { background: @crust; - color: @mauve; + color: @peach; padding: 0 5px; min-width: 16px; } #keyboard-state { background: @crust; - color: @mauve; + color: @peach; padding: 0 0px; min-width: 16px; }