Add highlighting for replPrompt
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 09 Dec 2015 10:29:58 +0000 |
parents |
61d073974d63
|
children |
3264a4dae84d
|
branches/tags |
(none) |
files |
colors/badwolf.vim |
Changes
--- 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')