1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00

Change default colorscheme

This commit is contained in:
Xavier Logerais 2015-03-01 22:07:35 +01:00
parent 3895d17d0f
commit 6991d436e4

4
vimrc
View File

@ -114,7 +114,7 @@ if (&term =~ 'xterm')
set termencoding=utf-8 set termencoding=utf-8
set t_Co=256 set t_Co=256
set mouse=a set mouse=a
colorscheme mustangpp colorscheme mustang
elseif (&term =~ 'rxvt') elseif (&term =~ 'rxvt')
set termencoding=utf-8 set termencoding=utf-8
set t_Co=256 set t_Co=256
@ -128,7 +128,7 @@ elseif (&term =~ 'screen-256color')
set termencoding=utf-8 set termencoding=utf-8
set t_Co=256 set t_Co=256
set mouse=a set mouse=a
colorscheme mustangpp colorscheme mustang
elseif (&term =~ 'screen') elseif (&term =~ 'screen')
set termencoding=utf-8 set termencoding=utf-8
set t_Co=16 set t_Co=16