# HG changeset patch # User Steve Losh # Date 1449656998 0 # Node ID 2bcc153228d77451a22b2cf8cfbb432bae92cc12 # Parent 61d073974d63f8be3661dcd466f16aec8c5bd2f2 Add highlighting for replPrompt diff -r 61d073974d63 -r 2bcc153228d7 colors/badwolf.vim --- a/colors/badwolf.vim Mon Dec 07 16:23:59 2015 +0000 +++ b/colors/badwolf.vim Wed Dec 09 10:29:58 2015 +0000 @@ -89,6 +89,12 @@ let s:bwc.saltwatertaffy = ['8cffba', 121] " The star of the show comes straight from Made of Code. +" +" You should almost never use this. It should be used for things that denote +" 'where the user is', which basically consists of: +" +" * The cursor +" * A REPL prompt let s:bwc.tardis = ['0a9dff', 39] " This one's from Mustang, not Florida! @@ -565,6 +571,13 @@ call s:HL('lispyscriptRepeat', 'dress', '', 'none') " }}} +" REPLs {{{ +" This isn't a specific plugin, but just useful highlight classes for anything +" that might want to use them. + +call s:HL('replPrompt', 'tardis', '', 'bold') + +" }}} " Mail {{{ call s:HL('mailSubject', 'orange', '', 'bold')