--- a/colors/badwolf.vim Mon Jul 15 09:11:21 2013 -0400
+++ b/colors/badwolf.vim Mon Dec 07 16:12:11 2015 +0000
@@ -154,6 +154,22 @@
let s:gutter = 'blackgravel'
endif
+if exists('g:badwolf_tabline')
+ if g:badwolf_tabline == 0
+ let s:tabline = 'blackestgravel'
+ elseif g:badwolf_tabline == 1
+ let s:tabline = 'blackgravel'
+ elseif g:badwolf_tabline == 2
+ let s:tabline = 'darkgravel'
+ elseif g:badwolf_tabline == 3
+ let s:tabline = 'deepgravel'
+ else
+ let s:tabline = 'blackestgravel'
+ endif
+else
+ let s:tabline = 'blackgravel'
+endif
+
" }}}
" Actual colorscheme ----------------------------------------------------------
@@ -171,6 +187,10 @@
call s:HL('CursorColumn', '', 'darkgravel')
call s:HL('ColorColumn', '', 'darkgravel')
+call s:HL('TabLine', 'plain', s:tabline, 'none')
+call s:HL('TabLineFill', 'plain', s:tabline, 'none')
+call s:HL('TabLineSel', 'coal', 'tardis', 'none')
+
call s:HL('MatchParen', 'dalespale', 'darkgravel', 'bold')
call s:HL('NonText', 'deepgravel', 'bg')
@@ -359,7 +379,11 @@
" from my Vimrc.
call s:HL('InterestingWord1', 'coal', 'orange')
call s:HL('InterestingWord2', 'coal', 'lime')
-call s:HL('InterestingWord3', 'coal', 'taffy')
+call s:HL('InterestingWord3', 'coal', 'saltwatertaffy')
+call s:HL('InterestingWord4', 'coal', 'toffee')
+call s:HL('InterestingWord5', 'coal', 'dress')
+call s:HL('InterestingWord6', 'coal', 'taffy')
+
" }}}
" Makegreen {{{
@@ -368,6 +392,26 @@
" hi RedBar term=reverse ctermfg=white ctermbg=red guifg=white guibg=#C50048
" }}}
+" Rainbow Parentheses {{{
+
+call s:HL('level16c', 'mediumgravel', '', 'bold')
+call s:HL('level15c', 'dalespale', '', '')
+call s:HL('level14c', 'dress', '', '')
+call s:HL('level13c', 'orange', '', '')
+call s:HL('level12c', 'tardis', '', '')
+call s:HL('level11c', 'lime', '', '')
+call s:HL('level10c', 'toffee', '', '')
+call s:HL('level9c', 'saltwatertaffy', '', '')
+call s:HL('level8c', 'coffee', '', '')
+call s:HL('level7c', 'dalespale', '', '')
+call s:HL('level6c', 'dress', '', '')
+call s:HL('level5c', 'orange', '', '')
+call s:HL('level4c', 'tardis', '', '')
+call s:HL('level3c', 'lime', '', '')
+call s:HL('level2c', 'toffee', '', '')
+call s:HL('level1c', 'saltwatertaffy', '', '')
+
+" }}}
" ShowMarks {{{
call s:HL('ShowMarksHLl', 'tardis', 'blackgravel')
@@ -399,6 +443,13 @@
call s:HL('clojureAnonArg', 'snow', '', 'bold')
" }}}
+" Common Lisp {{{
+
+call s:HL('lispFunc', 'lime', '', 'none')
+call s:HL('lispVar', 'orange', '', 'bold')
+call s:HL('lispEscapeSpecial', 'orange', '', 'none')
+
+" }}}
" CSS {{{
if g:badwolf_css_props_highlight
@@ -508,6 +559,12 @@
call s:HL('lessVariable', 'lime', '', 'none')
" }}}
+" Lispyscript {{{
+
+call s:HL('lispyscriptDefMacro', 'lime', '', '')
+call s:HL('lispyscriptRepeat', 'dress', '', 'none')
+
+" }}}
" Mail {{{
call s:HL('mailSubject', 'orange', '', 'bold')