From faab0e3c42ab87d197ed4388d0abff51b169b364 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 4 Feb 2015 17:05:30 +0000 Subject: [PATCH] Add TODO|NOTE|IMPORTANT|RESEARCH to fresh.vim colorscheme --- colors/fresh.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 80606b8..14fd4e6 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -182,14 +182,14 @@ if has("gui_running") || &t_Co == 256 call s:hi("Underlined", "33", "", "underline") call s:hi("Ignore", "", "", "") call s:hi("Error", "", "", "") - call s:hi("Todo", "", "", "") + call s:hi("Todo", "202", "", "bold") "" }}} "" Custom Groups {{{ call s:hi("Block", "", "", "") - "call s:hi("Note", s:dark_green, s:empty, "bold") - "call s:hi("Important", s:bright_yellow, s:empty, "bold") - "call s:hi("Research", s:bright_yellow, s:empty, "bold") + call s:hi("Note", "40", "", "bold") + call s:hi("Important", "220", "", "bold") + call s:hi("Research", "202", "", "bold") call s:hi("SyntasticErrorSign", "160", "", "bold") call s:hi("SyntasticWarningSign", "93", "", "bold")