# HG changeset patch # User Giovanni Lanzani # Date 1344848218 -7200 # Node ID b5846dffb956bf5e194e3051aaa1bda893b2e2dd # Parent fb3033049970ca7e397ad32b89436790b532dace change delimiter to orange diff -r fb3033049970 -r b5846dffb956 colors/badwolf.vim --- a/colors/badwolf.vim Thu Aug 02 22:56:46 2012 +0200 +++ b/colors/badwolf.vim Mon Aug 13 10:56:58 2012 +0200 @@ -242,7 +242,7 @@ " 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. "