From e37b943e80430b1c4ad0e7be3627c5d353d7eaf5 Mon Sep 17 00:00:00 2001 From: Hannes Date: Sun, 14 Jun 2026 20:43:55 +0200 Subject: [PATCH] removed transparency for inactive --- config/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/theme.lua b/config/theme.lua index 1922f92..305993d 100644 --- a/config/theme.lua +++ b/config/theme.lua @@ -57,7 +57,7 @@ hl.config({ decoration = { rounding = 5, active_opacity = 1, - inactive_opacity = 0.75, + inactive_opacity = 1, dim_modal = true, dim_inactive = true, dim_strength = 0.5,