From b004f06bc49ff3fded75e0d374bc592d6902cf6b Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 30 Jun 2022 13:50:25 -0700 Subject: [PATCH] add a Whitespace hl group for neovim --- colors/paramount.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/paramount.vim b/colors/paramount.vim index cacb7d6..be7c603 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -167,6 +167,7 @@ call s:h("DiffDelete", {"fg": s:red}) call s:h("DiffChange", {"fg": s:dark_yellow}) call s:h("DiffText", {"fg": s:dark_blue}) call s:h("SignColumn", {"fg": s:light_green}) +call s:h("Whitespace", {"fg": s:light_green}) if has("gui_running")