From 935294d569fb82f7814529fb416a3294787e0d72 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 8 Jul 2022 12:45:04 -0700 Subject: [PATCH] update default float colors --- colors/paramount.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colors/paramount.vim b/colors/paramount.vim index 1a259e5..a72080e 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -231,4 +231,5 @@ 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}) +call s:h("FloatBorder", {"fg": s:norm_subtle}) +call s:h("NormalFloat", {"bg": s:bg})