mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
patch highlighting
This commit is contained in:
parent
0cf946573a
commit
0c4faad207
|
@ -64,3 +64,4 @@ macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "Go to drafts"
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
source /home/user/mutt-colors-solarized-dark-16.muttrc
|
source /home/user/mutt-colors-solarized-dark-16.muttrc
|
||||||
|
source /home/user/mutt-patch-highlighting.muttrc
|
||||||
|
|
12
mutt/mutt-patch-highlighting.muttrc
Normal file
12
mutt/mutt-patch-highlighting.muttrc
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Patch syntax highlighting
|
||||||
|
color normal white default
|
||||||
|
color body brightwhite default ^[[:space:]].*
|
||||||
|
color body brightwhite default ^(diff).*
|
||||||
|
color body white default ^[\-\-\-].*
|
||||||
|
color body white default ^[\+\+\+].*
|
||||||
|
color body green default ^[\+].*
|
||||||
|
color body red default ^[\-].*
|
||||||
|
color body brightblue default [@@].*
|
||||||
|
color body brightwhite default ^(\s).*
|
||||||
|
color body brightwhite default ^(Signed-off-by).*
|
||||||
|
color body brightwhite default ^(Cc)
|
Loading…
Reference in New Issue
Block a user