From 467fabd0001104f0fb63e31a7bf0ef54b9106531 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 2 Oct 2023 20:34:12 -0700 Subject: [PATCH] indent-blankline v3 --- colors/paramount.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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})