From 7e3e2124c44f29bcc8e57add84a2863c7acecacc Mon Sep 17 00:00:00 2001 From: Giovanni Lanzani Date: Mon, 13 Aug 2012 10:56:58 +0200 Subject: [PATCH] change delimiter to orange --- colors/badwolf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/badwolf.vim b/colors/badwolf.vim index c0cac98..e3efe2a 100644 --- a/colors/badwolf.vim +++ b/colors/badwolf.vim @@ -242,7 +242,7 @@ call s:HL('Repeat', 'taffy', '', 'none') " Functions and variable declarations are orange, because plain looks weird. call s:HL('Identifier', 'orange', '', 'none') call s:HL('Function', 'orange', '', 'none') -call s:HL('Delimiter', 'tardis', '', 'none') +call s:HL('Delimiter', 'orange', '', 'none') " Preprocessor stuff is lime, to make it pop. "