Different colorscheme depending of gui
This commit is contained in:
parent
a912adb9fa
commit
a9abb73c6c
1 changed files with 6 additions and 2 deletions
8
vimrc
8
vimrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue