diff options
author | Wolfgang Müller | 2024-03-10 15:49:36 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-10 15:49:36 +0100 |
commit | c24aca169b96a8ea14c28b01542d87af10a065d8 (patch) | |
tree | 5624d85632661db7e139e41a8a714f09831c2a9f /colors | |
parent | 8c62aa912be7e205ece86bd327f94d7db1dbce2a (diff) | |
download | vim-summit-c24aca169b96a8ea14c28b01542d87af10a065d8.tar.gz |
Use base4 for CursorLine
Diffstat (limited to '')
-rw-r--r-- | colors/summit.vim | 1 |
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") |