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()
|
call plug#end()
|
||||||
|
|
||||||
colorscheme NeoSolarized
|
colorscheme NeoSolarized
|
||||||
set background=light
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user