From c9c36a80cee3158d2fd23c5fd087089a520a36ec Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 17 Jun 2023 19:35:47 -0700 Subject: [PATCH] indent-blankline --- colors/paramount.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/paramount.vim b/colors/paramount.vim index a956f72..082830b 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -239,4 +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})