From e95d0b7251e526a39667d9e69596fb9fe02a2e39 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 7 Jun 2024 14:33:57 +0100 Subject: [PATCH] Switch Neovim to light mode --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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