From e31952ea5d5e0736626642c023f330fd1dedddf6 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 16 Jun 2016 22:35:41 +0100 Subject: [PATCH] Update vim WarningMsg highlight group --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index cffea5e..ee9dd96 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -133,7 +133,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("Title", "", "", "bold") call s:hi("Visual", "", "235", "") call s:hi("VisualNOS", "", "", "") - call s:hi("WarningMsg", "5", "", "") + call s:hi("WarningMsg", "92", "", "") call s:hi("WildMenu", "22", "148", "bold") call s:hi("Menu", "", "", "") call s:hi("Scrollbar", "", "", "")