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