From 486c7e2d55a0010b2a10d28915bf83064282e7de Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 15 Dec 2014 09:23:11 +0000 Subject: [PATCH] Change vim Research highlight to be different than Todo --- colors/twilight.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/twilight.vim b/colors/twilight.vim index e087821..d96f653 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -162,7 +162,7 @@ if has("gui_running") || &t_Co == 256 "" custom syntax groups {{{ call HiGroup("Note", s:dark_green, s:empty, "bold") call HiGroup("Important", s:bright_yellow, s:empty, "bold") - call HiGroup("Research", s:orange, s:empty, "bold") + call HiGroup("Research", s:bright_yellow, s:empty, "bold") call HiGroup("SyntasticErrorSign", s:white, s:red, "bold") call HiGroup("SyntasticWarningSign", s:white, s:purple, "bold")