mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-10 12:03:49 -05:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c3ac48892 | ||
|
|
7d4d4e1843 | ||
|
|
647fbb8805 | ||
|
|
9c209cc4a7 | ||
|
|
01f4915dda |
1
.hgtags
1
.hgtags
@@ -2,3 +2,4 @@
|
|||||||
9c22ea4982a779254214a2fcb4ba62918afcae69 v1.1.0
|
9c22ea4982a779254214a2fcb4ba62918afcae69 v1.1.0
|
||||||
2804e4d33d917aa2251b6d33709d17223fd5e5d0 v1.1.1
|
2804e4d33d917aa2251b6d33709d17223fd5e5d0 v1.1.1
|
||||||
599ba7563aa4251e5f51c3e00ed8c993fe1426c5 v1.1.2
|
599ba7563aa4251e5f51c3e00ed8c993fe1426c5 v1.1.2
|
||||||
|
8c3583c971acda5cb4f034dbe643e5a9315db63b v1.2.0
|
||||||
|
|||||||
@@ -441,6 +441,7 @@ call s:HL('htmlEndTag', 'darkroast', 'bg', 'none')
|
|||||||
" Tag names
|
" Tag names
|
||||||
call s:HL('htmlTagName', 'coffee', '', 'bold')
|
call s:HL('htmlTagName', 'coffee', '', 'bold')
|
||||||
call s:HL('htmlSpecialTagName', 'coffee', '', 'bold')
|
call s:HL('htmlSpecialTagName', 'coffee', '', 'bold')
|
||||||
|
call s:HL('htmlSpecialChar', 'lime', '', 'none')
|
||||||
|
|
||||||
" Attributes
|
" Attributes
|
||||||
call s:HL('htmlArg', 'coffee', '', 'none')
|
call s:HL('htmlArg', 'coffee', '', 'none')
|
||||||
@@ -509,18 +510,25 @@ call s:HL('markdownCodeDelimiter', 'dirtyblonde', '', 'bold')
|
|||||||
call s:HL('markdownCode', 'dirtyblonde', '', 'none')
|
call s:HL('markdownCode', 'dirtyblonde', '', 'none')
|
||||||
call s:HL('markdownCodeBlock', 'dirtyblonde', '', 'none')
|
call s:HL('markdownCodeBlock', 'dirtyblonde', '', 'none')
|
||||||
|
|
||||||
|
" }}}
|
||||||
|
" MySQL {{{
|
||||||
|
|
||||||
|
call s:HL('mysqlSpecial', 'dress', '', 'bold')
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" Python {{{
|
" Python {{{
|
||||||
|
|
||||||
hi def link pythonOperator Operator
|
hi def link pythonOperator Operator
|
||||||
call s:HL('pythonBuiltin', 'dress')
|
call s:HL('pythonBuiltin', 'dress')
|
||||||
call s:HL('pythonBuiltinObj', 'dress')
|
call s:HL('pythonBuiltinObj', 'dress')
|
||||||
call s:HL('pythonBuiltinFunc', 'dress')
|
call s:HL('pythonBuiltinFunc', 'dress')
|
||||||
call s:HL('pythonEscape', 'dress')
|
call s:HL('pythonEscape', 'dress')
|
||||||
call s:HL('pythonException', 'lime', '', 'bold')
|
call s:HL('pythonException', 'lime', '', 'bold')
|
||||||
call s:HL('pythonExceptions', 'lime', '', 'none')
|
call s:HL('pythonExceptions', 'lime', '', 'none')
|
||||||
call s:HL('pythonPrecondit', 'lime', '', 'none')
|
call s:HL('pythonPrecondit', 'lime', '', 'none')
|
||||||
call s:HL('pythonDecorator', 'taffy', '', 'none')
|
call s:HL('pythonDecorator', 'taffy', '', 'none')
|
||||||
|
call s:HL('pythonRun', 'gravel', '', 'bold')
|
||||||
|
call s:HL('pythonCoding', 'gravel', '', 'bold')
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
" SLIMV {{{
|
" SLIMV {{{
|
||||||
|
|||||||
44
contrib/badwolf.muttrc
Normal file
44
contrib/badwolf.muttrc
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
color normal color15 color233
|
||||||
|
color error brightcolor15 color196
|
||||||
|
color indicator color15 color235
|
||||||
|
color status brightcolor39 color233
|
||||||
|
color markers color142 color233
|
||||||
|
|
||||||
|
color hdrdefault color245 color233
|
||||||
|
color header brightcolor214 color233 "^(Subject): "
|
||||||
|
color signature color243 color233
|
||||||
|
|
||||||
|
color body color137 color233 [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
|
||||||
|
color body color137 color233 ((https?|ftp)://|www)+[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+
|
||||||
|
color bold brightcolor15 color233
|
||||||
|
color search brightcolor16 color221
|
||||||
|
|
||||||
|
color quoted color243 color233
|
||||||
|
color quoted1 color211 color233
|
||||||
|
color quoted2 color222 color233
|
||||||
|
color quoted3 color214 color233
|
||||||
|
color quoted4 color154 color233
|
||||||
|
|
||||||
|
color tilde color240 color233
|
||||||
|
color tree color240 color233
|
||||||
|
color attachment brightcolor211 color233
|
||||||
|
|
||||||
|
# http://www.mutt.org/doc/manual/manual-4.html#ss4.2
|
||||||
|
# color index color241 color233 ~A
|
||||||
|
# color index color241 color233 ~Q
|
||||||
|
# color index color243 color233 ~P
|
||||||
|
color index color221 color233 ~N
|
||||||
|
color index brightcolor211 color233 ~F
|
||||||
|
color index brightcolor39 color233 ~T
|
||||||
|
color index color243 color233 ~Q
|
||||||
|
color index color196 color233 ~D
|
||||||
|
|
||||||
|
# Colorize inline diffs, really helpful for LKML or other mailing lists where
|
||||||
|
# mails frequently include patches.
|
||||||
|
color body brightcolor15 color233 '^diff .*'
|
||||||
|
color body brightcolor15 color233 '^[Ii]{1}ndex .*'
|
||||||
|
color body brightcolor15 color233 '^=+$'
|
||||||
|
color body brightcolor15 color233 '^(---|\+\+\+) .*'
|
||||||
|
color body brightcolor15 color233 '^@@ .*'
|
||||||
|
color body color121 color233 '^\+([^\+].*)?$'
|
||||||
|
color body color211 color233 '^-([^-].*)?$'
|
||||||
Reference in New Issue
Block a user