Change text color for vim colorcolumn because contrast
This commit is contained in:
parent
d5d5604ff7
commit
0e43166569
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -33,7 +33,7 @@ if has("cryptv")
|
|||
end
|
||||
|
||||
set colorcolumn=+1
|
||||
hi ColorColumn ctermbg=magenta
|
||||
hi ColorColumn ctermbg=magenta ctermfg=white guibg=magenta guifg=white
|
||||
|
||||
" set linespace=0
|
||||
set scrolloff=6
|
||||
|
|
Loading…
Reference in a new issue