Switch Neovim to light mode

This commit is contained in:
Anthony Rose 2024-06-07 14:33:57 +01:00
parent 2ddbc3a065
commit e95d0b7251

6
vimrc
View file

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