Switch Neovim to light mode
This commit is contained in:
parent
2ddbc3a065
commit
e95d0b7251
1 changed files with 3 additions and 3 deletions
6
vimrc
6
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue