diff --git a/vimrc b/vimrc index 6aab4ee..297133e 100644 --- a/vimrc +++ b/vimrc @@ -135,7 +135,7 @@ if has('eval') let g:limelight_default_coefficient=0.8 let g:nroff_is_groff=1 let g:tempus_enforce_background_color=1 - colorscheme tempus_night + colorscheme tempus_totus highlight Comment gui=NONE let loaded_netrwPlugin=1 " Disable netrw completely. @@ -219,8 +219,8 @@ endif " Set theme for GUI. if has('gui_running') - set background=dark - colorscheme tempus_night + set background=light + colorscheme tempus_totus highlight Comment gui=NONE endif