diff --git a/colors/fresh.vim b/colors/fresh.vim index 0955b97..55045ba 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', '', '', '') + call s:hi('CursorLine', '', '233', '') call s:hi('Directory', '', '', '') call s:hi('DiffAdd', '2', '', '') call s:hi('DiffChange', '', '', '') diff --git a/plugin/settings.vim b/plugin/settings.vim index 20edaeb..d8046b9 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -21,6 +21,8 @@ endif set laststatus=2 " Show the line and colum number of a cursor position set ruler +" Show the current line with different highlighting +set cursorline " Enhanced command line completion set wildmenu