Different colorscheme depending of gui

This commit is contained in:
Simon Vieille 2016-11-11 01:03:17 +01:00
parent a912adb9fa
commit a9abb73c6c

8
vimrc
View file

@ -70,8 +70,12 @@ call vundle#end()
syntax on
" colorscheme Tomorrow-Night-Bright
colorscheme tender
if has('gui_running')
colorscheme tender
else
colorscheme Tomorrow-Night-Bright
endif
set background=dark