getting there
This commit is contained in:
parent
030e459540
commit
c62c8e46f3
6 changed files with 55 additions and 47 deletions
31
home/dotfiles/neomutt/colors.neomuttrc
Normal file
31
home/dotfiles/neomutt/colors.neomuttrc
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Colors
|
||||
|
||||
color indicator default brightblack
|
||||
color index_flags brightmagenta default '.*'
|
||||
color index_date cyan default
|
||||
color index brightgreen default '~N'
|
||||
color header brightblack default ".*"
|
||||
color header brightgreen default "^(Subject)"
|
||||
color header yellow default "^(From|To|CC|BCC)"
|
||||
color header blue default "^Date"
|
||||
color message cyan default
|
||||
color error red default
|
||||
color tilde black default
|
||||
color normal default default
|
||||
color attachment brightblack default
|
||||
color search black yellow
|
||||
color quoted green default
|
||||
color quoted1 blue default
|
||||
color quoted2 cyan default
|
||||
color quoted3 yellow default
|
||||
color quoted4 red default
|
||||
color quoted5 brightred default
|
||||
color signature cyan default
|
||||
color underline black default
|
||||
color body blue default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses
|
||||
color body blue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL
|
||||
color body red default "(BAD signature)"
|
||||
color body green default "(Good signature)"
|
||||
color body brightblack default "^gpg: .*"
|
||||
color body green default "^gpg: Good signature .*"
|
||||
color body red default "^gpg: BAD signature from.*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue