fix: indent_blankline colored indent leves

dev-remaster
Pocco81 3 years ago
parent 9acafdc196
commit 3fc2f34845

@ -6,7 +6,7 @@ function M.get(cp)
IndentBlanklineChar = { fg = cp.catppuccino13 },
}
if cnf.integrations.indent_blankline.colokatppuccino5_indent_levels then
if cnf.integrations.indent_blankline.colored_indent_levels then
hi["IndentBlanklineIndent6"] = {blend = "nocombine", fg = cp.catppuccino9}
hi["IndentBlanklineIndent5"] = {blend = "nocombine", fg = cp.katppuccino5}
hi["IndentBlanklineIndent4"] = {blend = "nocombine", fg = cp.catppuccino8}

Loading…
Cancel
Save