mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-09 03:23:48 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f926a5373f | ||
|
|
4337437dc0 | ||
|
|
2e05087562 | ||
|
|
a3604f6d17 |
2
.hgtags
Normal file
2
.hgtags
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
621c2b1cd1820ede93da83090ef4240ced361000 v1.0.0
|
||||||
|
9c22ea4982a779254214a2fcb4ba62918afcae69 v1.1.0
|
||||||
@@ -50,7 +50,7 @@ let s:bwc.plain = ['f8f6f2', 15]
|
|||||||
|
|
||||||
" Pure and simple.
|
" Pure and simple.
|
||||||
let s:bwc.snow = ['ffffff', 15]
|
let s:bwc.snow = ['ffffff', 15]
|
||||||
let s:bwc.coal = ['000000', 0]
|
let s:bwc.coal = ['000000', 16]
|
||||||
|
|
||||||
" All of the Gravel colors are based on a brown from Clouds Midnight.
|
" All of the Gravel colors are based on a brown from Clouds Midnight.
|
||||||
let s:bwc.brightgravel = ['d9cec3', 252]
|
let s:bwc.brightgravel = ['d9cec3', 252]
|
||||||
@@ -295,6 +295,43 @@ endif
|
|||||||
" }}}
|
" }}}
|
||||||
" Plugins {{{
|
" Plugins {{{
|
||||||
|
|
||||||
|
" CtrlP {{{
|
||||||
|
|
||||||
|
" the message when no match is found
|
||||||
|
call HL('CtrlPNoEntries', 'snow', 'taffy', 'bold')
|
||||||
|
|
||||||
|
" the matched pattern
|
||||||
|
call HL('CtrlPMatch', 'orange', 'bg', 'none')
|
||||||
|
|
||||||
|
" the line prefix '>' in the match window
|
||||||
|
call HL('CtrlPLinePre', 'deepgravel', 'bg', 'none')
|
||||||
|
|
||||||
|
" the prompt’s base
|
||||||
|
call HL('CtrlPPrtBase', 'deepgravel', 'bg', 'none')
|
||||||
|
|
||||||
|
" the prompt’s text
|
||||||
|
call HL('CtrlPPrtText', 'plain', 'bg', 'none')
|
||||||
|
|
||||||
|
" the prompt’s cursor when moving over the text
|
||||||
|
call HL('CtrlPPrtCursor', 'coal', 'tardis', 'bold')
|
||||||
|
|
||||||
|
" 'prt' or 'win', also for 'regex'
|
||||||
|
call HL('CtrlPMode1', 'coal', 'tardis', 'bold')
|
||||||
|
|
||||||
|
" 'file' or 'path', also for the local working dir
|
||||||
|
call HL('CtrlPMode2', 'coal', 'tardis', 'bold')
|
||||||
|
|
||||||
|
" the scanning status
|
||||||
|
call HL('CtrlPStats', 'coal', 'tardis', 'bold')
|
||||||
|
|
||||||
|
" TODO: CtrlP extensions.
|
||||||
|
" CtrlPTabExtra : the part of each line that’s not matched against (Comment)
|
||||||
|
" CtrlPqfLineCol : the line and column numbers in quickfix mode (|hl-Search|)
|
||||||
|
" CtrlPUndoT : the elapsed time in undo mode (|hl-Directory|)
|
||||||
|
" CtrlPUndoBr : the square brackets [] in undo mode (Comment)
|
||||||
|
" CtrlPUndoNr : the undo number inside [] in undo mode (String)
|
||||||
|
|
||||||
|
" }}}
|
||||||
" EasyMotion {{{
|
" EasyMotion {{{
|
||||||
|
|
||||||
call HL('EasyMotionTarget', 'tardis', 'bg', 'bold')
|
call HL('EasyMotionTarget', 'tardis', 'bg', 'bold')
|
||||||
|
|||||||
Reference in New Issue
Block a user