From af429ed47696cc62ae29759524fca49a791e845d Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 23 Feb 2021 13:25:59 +0100 Subject: vim: update 2021-02-23T13:26:28Z+01:00 --- .vim/colors/nihoncolors.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vim/colors') diff --git a/.vim/colors/nihoncolors.vim b/.vim/colors/nihoncolors.vim index 51056b8..1919466 100644 --- a/.vim/colors/nihoncolors.vim +++ b/.vim/colors/nihoncolors.vim @@ -72,7 +72,7 @@ call s:create_color_variables('cursor_fg', color00) call s:create_color_variables('cursor_bg', color15) call s:create_color_variables('cursorline', color00) -call s:create_color_variables('cursorcolumn', color00) +call s:create_color_variables('cursorcolumn', color05) call s:create_color_variables('cursorlinenr_fg', color13) call s:create_color_variables('cursorlinenr_bg', color00) @@ -196,7 +196,7 @@ if version >= 700 endif end if version >= 703 - exec 'hi ColorColumn' . s:bg_cursorcolumn . s:ft_none + exec 'hi ColorColumn' . ' guibg=#292929 ' . s:ft_none end exec 'hi TabLine' . s:fg_tabline_inactive_fg . s:bg_tabline_inactive_bg . s:ft_none -- cgit 1.4.1