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.
|
||||
|
||||
" Set theme for GUI.
|
||||
if has('gui')
|
||||
if has('gui_running')
|
||||
set background=light
|
||||
colorscheme tempus_totus
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue