Use dark in GUI as well as in the terminal

This commit is contained in:
Anthony Rose 2022-06-22 11:47:45 +00:00
parent 67f73297e1
commit 8fb5898237

4
vimrc
View file

@ -163,8 +163,8 @@ if has('gui_running')
set lines=43
"
" Set theme for GUI.
set background=light
colorscheme tempus_totus
"set background=light
"colorscheme tempus_totus
endif
if has('patch-7.3.541')