From 904e92d4dafb94265590b31ca55078bec325d5e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 15 Jul 2021 13:18:20 +0200 Subject: Reset the 'Error' highlight group In 3e33e4b (Do not set default background color explicitly, 2021-07-05) we stopped setting the background colours of highlight groups explicitly. An unforeseen consequence for this is the fact that some groups have a default background set by vim itself. 'Error' is one such group, and is now painted red on red, making it quite an eyesore. Make sure to reset this group in order to remove any default styles before we add our own. --- colors/summit.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/summit.vim b/colors/summit.vim index aea9088..ac36048 100644 --- a/colors/summit.vim +++ b/colors/summit.vim @@ -59,6 +59,7 @@ let s:violet_bg = "#e6e0f5" call s:reset("Title") call s:reset("Underlined") +call s:reset("Error") call s:hi ("Bold", "", "", "bold") call s:hi ("ColorColumn", "", s:base7, "none") -- cgit v1.2.3-2-gb3c3