rc/config/neomutt/colors.rc

93 lines
2.7 KiB
Plaintext

# color OBJECT FOREGROUND BACKGROUND
#########
# INDEX #
#########
color index brightcyan default ~N
color index brightyellow default ~F
color index black green ~T
color index brightred default ~D
mono index bold ~N
mono index bold ~F
mono index bold ~T
mono index bold ~D
##############
# HIGHLIGHTS #
##############
color body brightgreen default "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
color body brightgreen default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
color body brightgreen default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
###########
# HEADERS #
###########
color header green default "^from:"
color header green default "^to:"
color header green default "^cc:"
color header green default "^date:"
color header yellow default "^newsgroups:"
color header yellow default "^reply-to:"
color header brightcyan default "^subject:"
color header red default "^x-spam-rule:"
color header yellow default "^message-id:"
color header yellow default "^Organization:"
color header yellow default "^Organisation:"
color header yellow default "^User-Agent:"
color header yellow default "^x-mailer:"
color header yellow default "^message-id: .*pine"
color header yellow default "^X-Fnord:"
color header yellow default "^X-WebTV-Stationery:"
color header yellow default "^X-Message-Flag:"
color header yellow default "^X-Spam-Status:"
color header yellow default "^X-SpamProbe:"
color header red default "^X-SpamProbe: SPAM"
##########
# QUOTES #
##########
color quoted cyan default
color quoted1 yellow default
color quoted2 red default
color quoted3 green default
color quoted4 cyan default
color quoted5 yellow default
color quoted6 red default
color quoted7 green default
###########
# SIDEBAR #
###########
color sidebar_highlight black green # Highlighted, not open
color sidebar_divider default default # divider bar
color sidebar_flagged red default # mailboxes containing flagged mail
color sidebar_new green default # mailboxes containing new mail
color sidebar_ordinary color245 default # normal mailboxes
# Default color definitions
#color hdrdefault white green
color signature brightmagenta default
color indicator black cyan
color attachment black green
color error red default
color message white default
color search brightwhite magenta
color status brightyellow blue
color tree brightblue default
color normal white default
color tilde green default
color bold brightyellow default
#color underline magenta default
color markers brightcyan default
# Colour definitions when on a mono screen
mono bold bold
mono underline underline
mono indicator reverse
# vim: syntax=neomuttrc