style(catppuccin.lua): update the percentage value for dim_inactive to 0.50 for better visual consistency

This commit is contained in:
David Ibia
2024-07-30 23:49:49 +01:00
parent da52a830f6
commit 7e033dc750

View File

@@ -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,
},
})