Set cursorline bg color after colorscheme
This commit is contained in:
parent
8dc248c70f
commit
7eb7094b3c
1 changed files with 3 additions and 3 deletions
6
init.vim
6
init.vim
|
@ -85,9 +85,9 @@ set pastetoggle=<F2>
|
||||||
" save when moving away
|
" save when moving away
|
||||||
au FocusLost * :wa
|
au FocusLost * :wa
|
||||||
|
|
||||||
|
" make sure to set TERM to xterm-256color in terminal program or app
|
||||||
|
colorscheme slate
|
||||||
|
|
||||||
" set this here for graphical sessions since setting bg dark seems to reset,
|
" set this here for graphical sessions since setting bg dark seems to reset,
|
||||||
" also set in vimrc for graphical sessions
|
" also set in vimrc for graphical sessions
|
||||||
hi CursorLine guibg=Grey10
|
hi CursorLine guibg=Grey10
|
||||||
|
|
||||||
" make sure to set TERM to xterm-256color in terminal program or app
|
|
||||||
colorscheme slate
|
|
||||||
|
|
Loading…
Reference in a new issue