Use gruvbox
This commit is contained in:
parent
0b9186db0f
commit
8a95d9810b
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -125,7 +125,7 @@ if has("eval")
|
||||||
else
|
else
|
||||||
set t_Co=16
|
set t_Co=16
|
||||||
endif
|
endif
|
||||||
colorscheme PaperColor
|
colorscheme gruvbox
|
||||||
|
|
||||||
if &term =~# '256color' && ( &term =~# '^screen' || &term =~# '^tmux' )
|
if &term =~# '256color' && ( &term =~# '^screen' || &term =~# '^tmux' )
|
||||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||||
|
|
Loading…
Reference in a new issue