diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 0619038..7f85a1b 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -6,7 +6,7 @@ } window#waybar { - background-color: rgba(43, 48, 59, 0.9); + background-color: rgba(35, 42, 46, 0.9); color: #d3c6aa; transition-property: background-color; transition-duration: .5s; @@ -50,7 +50,7 @@ button:hover { #window, #workspaces { background-color: #343f44; - border: 2px solid #4f585e; + border: 2px solid #7a8478; border-radius: 10px; }