From 6b39a55846bf64bb5f089f511ce21303906a92e5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 1 Jun 2024 20:26:21 +0900 Subject: [PATCH] small color correction waybar [box style] --- config/waybar/style/[Wallust] Box type.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css index c318bf6..a5338e8 100644 --- a/config/waybar/style/[Wallust] Box type.css +++ b/config/waybar/style/[Wallust] Box type.css @@ -53,8 +53,8 @@ window#waybar.empty #window { #taskbar button.active, #workspaces button.active { - color: @background; - background-color: @color7; + color: @color12; + background-color: @foreground; padding-left: 4px; padding-right: 8px; animation: gradient_f 20s ease-in infinite;