diff options
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") |