diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-23 13:25:59 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:44 +0200 |
| commit | af429ed47696cc62ae29759524fca49a791e845d (patch) | |
| tree | e5f2e6e6d29620277b8ddde9a4b6bcfdd517b521 /.vim/colors | |
| parent | 01c7c7a51b65a836d7d33c9320a80a0537cff6e1 (diff) | |
vim: update 2021-02-23T13:26:28Z+01:00
Diffstat (limited to '.vim/colors')
| -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 |