From 21f303146f92adfdf5557a8d57c387fbc0a7db69 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 7 Jul 2022 13:33:52 -0700 Subject: [PATCH] make vim diagnostic errors in floating windows not-red --- colors/paramount.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/paramount.vim b/colors/paramount.vim index 384083f..1a259e5 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -229,3 +229,6 @@ hi link GitGutterChangeDelete LineNr " diff call s:h("diffAdded", {"bg": s:bg, "fg": s:green}) call s:h("diffRemoved", {"bg": s:bg, "fg": s:red}) + +" diagnostic +call s:h("DiagnosticFloatingError", {"fg": s:norm})