Fix vim TUI theme

This commit is contained in:
Anthony Rose 2023-08-14 20:54:14 -03:00
parent 554d00dce1
commit 67e136c6cf

2
vimrc
View file

@ -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