summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-10 15:49:36 +0100
committerWolfgang Müller2024-03-10 15:49:36 +0100
commitc24aca169b96a8ea14c28b01542d87af10a065d8 (patch)
tree5624d85632661db7e139e41a8a714f09831c2a9f
parent8c62aa912be7e205ece86bd327f94d7db1dbce2a (diff)
downloadvim-summit-c24aca169b96a8ea14c28b01542d87af10a065d8.tar.gz
Use base4 for CursorLine
-rw-r--r--colors/summit.vim1
1 files changed, 1 insertions, 0 deletions
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")