diff --git a/vimrc b/vimrc index 155e3ee..94c7ec3 100644 --- a/vimrc +++ b/vimrc @@ -227,8 +227,8 @@ endif " Set theme for GUI. if has('gui_running') - set background=light - colorscheme tempus_totus + set background=dark + colorscheme tempus_night endif if has('autocmd')