mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Change default colorscheme
This commit is contained in:
parent
3895d17d0f
commit
6991d436e4
4
vimrc
4
vimrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user