mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
style(catppuccin.lua): update the percentage value for dim_inactive to 0.50 for better visual consistency
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user