diff options
Diffstat (limited to '.vim/colors/nihoncolors.vim')
| -rw-r--r-- | .vim/colors/nihoncolors.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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 |