e91eb9e79711

Add initial support for SLIMV.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Feb 2012 16:55:30 -0500
parents 86d478579d88
children 4a9b127fd8a3
branches/tags (none)
files colors/badwolf.vim

Changes

--- a/colors/badwolf.vim	Mon Feb 13 11:23:53 2012 -0500
+++ b/colors/badwolf.vim	Mon Feb 27 16:55:30 2012 -0500
@@ -73,6 +73,9 @@
 " Delicious, chewy red from Made of Code for the poppiest highlights.
 let s:bwc.taffy = ['ff2c4b', 196]
 
+" Another chewy accent, but use sparingly!
+let s:bwc.saltwatertaffy = ['8cffba', 121]
+
 " The star of the show comes straight from Made of Code.
 let s:bwc.tardis = ['0a9dff', 39]
 
@@ -489,6 +492,21 @@
 call HL('pythonDecorator',  'taffy', '', 'none')
 
 " }}}
+" SLIMV {{{
+
+" Rainbow parentheses
+call HL('hlLevel0', 'gravel')
+call HL('hlLevel1', 'orange')
+call HL('hlLevel2', 'saltwatertaffy')
+call HL('hlLevel3', 'dress')
+call HL('hlLevel4', 'coffee')
+call HL('hlLevel5', 'dirtyblonde')
+call HL('hlLevel6', 'orange')
+call HL('hlLevel7', 'saltwatertaffy')
+call HL('hlLevel8', 'dress')
+call HL('hlLevel9', 'coffee')
+
+" }}}
 " Vim {{{
 
 call HL('VimCommentTitle', 'lightgravel', '', 'bold')