From 837fd5cef395112aa2008295a9d238a0bf443e8b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 20 Feb 2016 19:01:12 +0000 Subject: [PATCH] Updates to fresh.vim colorscheme --- colors/fresh.vim | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 5b645d9..da411c9 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -97,10 +97,10 @@ if has("gui_running") || &t_Co == 256 call s:hi("CursorColumn", "235", "", "") call s:hi("CursorLine", "", "", "") call s:hi("Directory", "", "", "") - call s:hi("DiffAdd", "2", "236", "") + call s:hi("DiffAdd", "2", "", "") call s:hi("DiffChange", "", "", "") - call s:hi("DiffDelete", "1", "236", "") - call s:hi("DiffText", "200", "236", "") + call s:hi("DiffDelete", "1", "", "") + call s:hi("DiffText", "", "", "reverse") call s:hi("ErrorMsg", "1", "", "") call s:hi("VertSplit", "235", "235", "") call s:hi("Folded", "35", "233", "") @@ -185,6 +185,23 @@ 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")