Add TODO|NOTE|IMPORTANT|RESEARCH to fresh.vim colorscheme
This commit is contained in:
parent
c6dc08b9b2
commit
faab0e3c42
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user