Use dark in GUI as well as in the terminal
This commit is contained in:
parent
67f73297e1
commit
8fb5898237
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -163,8 +163,8 @@ if has('gui_running')
|
||||||
set lines=43
|
set lines=43
|
||||||
"
|
"
|
||||||
" Set theme for GUI.
|
" Set theme for GUI.
|
||||||
set background=light
|
"set background=light
|
||||||
colorscheme tempus_totus
|
"colorscheme tempus_totus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('patch-7.3.541')
|
if has('patch-7.3.541')
|
||||||
|
|
Loading…
Reference in a new issue