From d4c20b0ecc789c204341dd47fb3354e05489f40e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:25:02 +0400 Subject: [PATCH] config/waybar: change color --- config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index e3e81fcb..c1ed1a51 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -28,8 +28,8 @@ window#waybar { } #workspaces button.active{ - color: #268bd2; - border-bottom: 3px solid #194198; + color: #2C5B2B; + border-bottom: 3px solid #2C5B2B; } #workspaces button:hover { box-shadow: inherit;