From c24aca169b96a8ea14c28b01542d87af10a065d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sun, 10 Mar 2024 15:49:36 +0100 Subject: Use base4 for CursorLine --- colors/summit.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/summit.vim b/colors/summit.vim index 2d8e99e..ec8b615 100644 --- a/colors/summit.vim +++ b/colors/summit.vim @@ -65,6 +65,7 @@ call s:hi ("Bold", "", "", "bold") call s:hi ("ColorColumn", "", s:base7, "none") call s:hi ("Comment", s:grey, "", "italic") call s:hi ("CursorLineNr", s:base0, s:base4, "bold") +call s:hi ("CursorLine", "", s:base4, "none") call s:hi ("DiffAdd", s:green_text, s:diff_add, "none") call s:hi ("DiffChange", s:blue_text, s:diff_change, "none") call s:hi ("DiffDelete", s:red_text, s:diff_delete, "none") -- cgit v1.2.3-2-gb3c3