change delimiter to orange
author |
Giovanni Lanzani <gglanzani@gmail.com> |
date |
Mon, 13 Aug 2012 10:56:58 +0200 |
parents |
fb3033049970
|
children |
37c770bfb5b3
|
branches/tags |
(none) |
files |
colors/badwolf.vim |
Changes
--- 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.
"