From 72dec6009da3c1d20ae89447ab28170dc01e6718 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 24 Aug 2018 11:10:45 +0100 Subject: [PATCH] Change backgroup highlight of cursor line --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 55045ba..a3c1641 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -95,7 +95,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('Cursor', '', '', 'reverse') call s:hi('CursorIM', '', '', '') call s:hi('CursorColumn', '235', '', '') - call s:hi('CursorLine', '', '233', '') + call s:hi('CursorLine', '', '0', '') call s:hi('Directory', '', '', '') call s:hi('DiffAdd', '2', '', '') call s:hi('DiffChange', '', '', '')