let vim decide if dark or light
This commit is contained in:
1
vim/.vimrc
Executable file → Normal file
1
vim/.vimrc
Executable file → Normal 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
|
||||
|
||||
Reference in New Issue
Block a user