From 4180ce4d69f7a48fb680cc6019b3106b15973f05 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 11 Sep 2016 13:04:59 +0100 Subject: [PATCH] Change Folded foreground highlight --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 0a1296a..b93d94f 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -103,7 +103,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("DiffText", "3", "", "") call s:hi("ErrorMsg", "1", "", "") call s:hi("VertSplit", "235", "235", "") - call s:hi("Folded", "35", "233", "") + call s:hi("Folded", "8", "233", "") call s:hi("FoldColumn", "", "", "") call s:hi("SignColumn", "", "", "") call s:hi("IncSearch", "", "", "reverse")