Add TODO|NOTE|IMPORTANT|RESEARCH to fresh.vim colorscheme

This commit is contained in:
Kenneth Benzie 2015-02-04 17:05:30 +00:00
parent c6dc08b9b2
commit faab0e3c42

View File

@ -182,14 +182,14 @@ if has("gui_running") || &t_Co == 256
call s:hi("Underlined", "33", "", "underline") call s:hi("Underlined", "33", "", "underline")
call s:hi("Ignore", "", "", "") call s:hi("Ignore", "", "", "")
call s:hi("Error", "", "", "") call s:hi("Error", "", "", "")
call s:hi("Todo", "", "", "") call s:hi("Todo", "202", "", "bold")
"" }}} "" }}}
"" Custom Groups {{{ "" Custom Groups {{{
call s:hi("Block", "", "", "") call s:hi("Block", "", "", "")
"call s:hi("Note", s:dark_green, s:empty, "bold") call s:hi("Note", "40", "", "bold")
"call s:hi("Important", s:bright_yellow, s:empty, "bold") call s:hi("Important", "220", "", "bold")
"call s:hi("Research", s:bright_yellow, s:empty, "bold") call s:hi("Research", "202", "", "bold")
call s:hi("SyntasticErrorSign", "160", "", "bold") call s:hi("SyntasticErrorSign", "160", "", "bold")
call s:hi("SyntasticWarningSign", "93", "", "bold") call s:hi("SyntasticWarningSign", "93", "", "bold")