Switch terminal Vim to dark
This commit is contained in:
parent
19bcab85fd
commit
8e6499d09c
1 changed files with 3 additions and 3 deletions
6
vimrc
6
vimrc
|
@ -52,7 +52,7 @@ set textwidth=80 " Suggestions: 72, 80, 100
|
||||||
" All other settings.
|
" All other settings.
|
||||||
set autoindent
|
set autoindent
|
||||||
set autoread
|
set autoread
|
||||||
set background=dark
|
set background=light
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set cmdheight=1
|
set cmdheight=1
|
||||||
set colorcolumn=73,81
|
set colorcolumn=73,81
|
||||||
|
@ -143,8 +143,8 @@ if has('eval')
|
||||||
colorscheme tempus_night
|
colorscheme tempus_night
|
||||||
else
|
else
|
||||||
" Light for all other consoles.
|
" Light for all other consoles.
|
||||||
set background=light
|
set background=dark
|
||||||
colorscheme tempus_totus
|
colorscheme tempus_night
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue