Fix vim TUI theme
This commit is contained in:
parent
554d00dce1
commit
67e136c6cf
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -236,7 +236,7 @@ endif
|
||||||
" Settings based on feature detection.
|
" Settings based on feature detection.
|
||||||
|
|
||||||
" Set theme for GUI.
|
" Set theme for GUI.
|
||||||
if has('gui')
|
if has('gui_running')
|
||||||
set background=light
|
set background=light
|
||||||
colorscheme tempus_totus
|
colorscheme tempus_totus
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue