diff --git a/colors/paramount.vim b/colors/paramount.vim index 082830b..1a1d1b7 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -239,5 +239,5 @@ call s:h("NormalFloat", {"bg": s:bg}) call s:h("TreesitterContext", {"bg": s:bg_subtle}) " indent-blankline -" call s:h("IndentBlanklineChar", {"fg": s:bg_very_subtle}) -call s:h("IndentBlanklineContextChar", {"fg": s:bg_subtle}) +hi link IblIndent LineNr +call s:h("IblScope", {"fg": s:green})