From 8a95d9810bb8639bd9aea4e22e005383981877ab Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 9 May 2021 20:15:11 +0100 Subject: [PATCH] Use gruvbox --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 7a2f600..589298f 100644 --- a/vimrc +++ b/vimrc @@ -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 = "\[38;2;%lu;%lu;%lum"