diff --git a/.config/waybar/style.css b/.config/waybar/style.css index bd74df3ba9a79c4f65e8096db64b46306e553053..3cdfdc7020c17f562ef20b9b4ac2fda235b55421 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -56,7 +56,10 @@ button:hover { #workspaces button { padding: 0 5px; background-color: transparent; - color: #ffffff; + /* color: #ffffff; */ + color: #ff8700; + border: 1px solid #1b1d1e; + font-weight: bold; } #workspaces button:hover { @@ -64,7 +67,8 @@ button:hover { } #workspaces button.focused { - background-color: #64727D; + background-color: #e88939; + color: #1b1d1e; box-shadow: inset 0 -3px #ffffff; }