let vim decide if dark or light

This commit is contained in:
2021-11-01 08:42:48 +01:00
parent 1a201f3450
commit 6661dc467d

1
vim/.vimrc Executable file → Normal file
View File

@@ -9,7 +9,6 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
call plug#end()
colorscheme NeoSolarized
set background=light
endif
filetype plugin indent on