From b23495e4a96716a3ba6a70f3241fe219d231e749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Wickstr=C3=B6m?= Date: Fri, 15 Dec 2017 08:07:53 +0100 Subject: [PATCH] Better warning and error msg colors --- colors/paramount.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/paramount.vim b/colors/paramount.vim index 6ccfc22..c3e60cc 100644 --- a/colors/paramount.vim +++ b/colors/paramount.vim @@ -142,7 +142,7 @@ call s:h("Todo", {"fg": s:purple, "gui": "underline", "cterm": "underli call s:h("SpecialKey", {"fg": s:light_green}) call s:h("NonText", {"fg": s:medium_gray}) call s:h("Directory", {"fg": s:dark_blue}) -call s:h("ErrorMsg", {"fg": s:pink}) +call s:h("ErrorMsg", {"fg": s:red}) call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black}) call s:h("Search", {"bg": s:light_green, "fg": s:light_black}) call s:h("MoreMsg", {"fg": s:medium_gray, "cterm": "bold", "gui": "bold"}) @@ -156,7 +156,7 @@ call s:h("VertSplit", {"bg": s:bg_very_subtle, "fg": s:bg_very_subtle}) call s:h("Title", {"fg": s:dark_blue}) call s:h("Visual", {"fg": s:norm, "bg": s:visual}) call s:h("VisualNOS", {"bg": s:bg_subtle}) -call s:h("WarningMsg", {"fg": s:red}) +call s:h("WarningMsg", {"fg": s:yellow}) call s:h("WildMenu", {"fg": s:bg, "bg": s:norm}) call s:h("Folded", {"fg": s:medium_gray}) call s:h("FoldColumn", {"fg": s:bg_subtle})