Change Folded foreground highlight

This commit is contained in:
Kenneth Benzie 2016-09-11 13:04:59 +01:00
parent 99f64f8a47
commit 4180ce4d69

View File

@ -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")