From b21dc7fcd29a0bb5239c5fb07e8cf08720f3b5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 28 Oct 2024 09:36:20 +0300 Subject: waybar: workspaces buttons color update Once more. --- dotfiles/.config/waybar/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index faede64..5b1ca12 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -30,13 +30,13 @@ window#waybar { border: 1px solid rgba(0, 0, 0, 0); } #workspaces button.visible { - color: #5b8277; - border-color: #5b8277; + color: #7fac96; + border-color: #7fac96; } #workspaces button.focused { color: #000000; - border-color: #5b8277; - background: #7fac96; + border-color: #7fac96; + background: #5b8277; } #workspaces button:hover { border: 1px solid #5b8277; -- cgit v1.2.3