diff --git a/vimrc b/vimrc index 18c8d9f..7233ad7 100644 --- a/vimrc +++ b/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