From 3576ca02fe3b48db41dff1145093a1a45323f3da Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 27 Mar 2019 10:23:01 +0000 Subject: [PATCH] Update fresh DiffChange fg color to yellow --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 16979b6..ab0729a 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -98,7 +98,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('CursorLine', '', '', '') call s:hi('Directory', '', '', '') call s:hi('DiffAdd', '2', '', '') - call s:hi('DiffChange', '', '', '') + call s:hi('DiffChange', '3', '', '') call s:hi('DiffDelete', '1', '', '') call s:hi('DiffText', '3', '', '') call s:hi('ErrorMsg', '1', '', '')