From 7e033dc75045d752328eb63b57f5a17842e44c36 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Tue, 30 Jul 2024 23:49:49 +0100 Subject: [PATCH] style(catppuccin.lua): update the percentage value for dim_inactive to 0.50 for better visual consistency --- lua/absolute/after/catppuccin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/absolute/after/catppuccin.lua b/lua/absolute/after/catppuccin.lua index 56dbc90..7856702 100644 --- a/lua/absolute/after/catppuccin.lua +++ b/lua/absolute/after/catppuccin.lua @@ -6,6 +6,6 @@ theme.setup({ dim_inactive = { enabled = true, shade = "dark", - percentage = 0.15, -- percentage of the shade to apply to the inactive window + percentage = 0.50, }, })