Use gruvbox

This commit is contained in:
Anthony Rose 2021-05-09 20:15:11 +01:00
parent 0b9186db0f
commit 8a95d9810b

2
vimrc
View file

@ -125,7 +125,7 @@ if has("eval")
else
set t_Co=16
endif
colorscheme PaperColor
colorscheme gruvbox
if &term =~# '256color' && ( &term =~# '^screen' || &term =~# '^tmux' )
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"