From a8c9b02e57a4f50fd23c0b53352d792a02be87c3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 8 Sep 2016 09:43:18 +0100 Subject: [PATCH] Improve DiffText highlight color --- colors/fresh.vim | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 803513f..0a1296a 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -100,7 +100,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("DiffAdd", "2", "", "") call s:hi("DiffChange", "", "", "") call s:hi("DiffDelete", "1", "", "") - call s:hi("DiffText", "", "", "reverse") + call s:hi("DiffText", "3", "", "") call s:hi("ErrorMsg", "1", "", "") call s:hi("VertSplit", "235", "235", "") call s:hi("Folded", "35", "233", "") @@ -185,23 +185,6 @@ if has("gui_running") || &t_Co == 256 call s:hi("Todo", "202", "", "bold") "" }}} - "" Diff Syntax Groups {{{ - "hi def link diffFile Type - "hi def link diffOnly DiffChange - "hi def link diffIdentical DiffChange - "hi def link diffDiffer DiffChange - "hi def link diffBDiffer DiffChange - "hi def link diffIsA DiffChange - "hi def link diffNoEOL DiffChange - "hi def link diffCommon DiffChange - hi def link diffRemoved DiffDelete - hi def link diffChanged DiffChange - hi def link diffAdded DiffAdd - "hi def link diffLine Statement - "hi def link diffSubname PreProc - "hi def link diffComment Comment - "" }}} - "" Custom Groups {{{ call s:hi("Block", "", "", "") call s:hi("Note", "40", "", "bold")