68 lines
3.0 KiB
Plaintext
68 lines
3.0 KiB
Plaintext
source ~/.config/mutt/colors-gruvbox-shuber.muttrc
|
|
# For neomutt uncomment this line:
|
|
source ~/.config/mutt/colors-gruvbox-shuber-extended.muttrc
|
|
|
|
# Sidebar
|
|
#
|
|
# Color of the highlighted, but not open, mailbox.
|
|
color sidebar_highlight black color8
|
|
# Color of the divider separating the Sidebar from NeoMutt panels
|
|
color sidebar_divider color8 color234
|
|
# Color to give mailboxes containing flagged mail
|
|
color sidebar_flagged default color234
|
|
# Color to give mailboxes containing new mail
|
|
color sidebar_new color108 color234
|
|
# color sidebar_spoolfile green default
|
|
# color sidebar_spoolfile yellow color234
|
|
# Color to give mailboxes containing no new/flagged mail, etc.
|
|
color sidebar_ordinary default color234
|
|
|
|
# Color if the attachment is autoviewed
|
|
color attach_headers brightgreen default "Autoview"
|
|
# Color only the brackets around the headers
|
|
color attach_headers brightyellow default "^\\[--"
|
|
color attach_headers brightyellow default "--]$"
|
|
# Color the mime type and the size
|
|
color attach_headers green default "Type: [a-z]+/[a-z0-9\-]+"
|
|
color attach_headers green default "Size: [0-9\.]+[KM]"
|
|
# Color GPGME signature checks
|
|
color attach_headers brightgreen default "Good signature from.*"
|
|
color attach_headers brightred default "Bad signature from.*"
|
|
color attach_headers brightred default "BAD signature from.*"
|
|
color attach_headers brightred default "Note: This key has expired!"
|
|
color attach_headers brightmagenta default "Problem signature from.*"
|
|
color attach_headers brightmagenta default "WARNING: This key is not certified with a trusted signature!"
|
|
color attach_headers brightmagenta default " There is no indication that the signature belongs to the owner."
|
|
color attach_headers brightmagenta default "can't handle these multiple signatures"
|
|
color attach_headers brightmagenta default "signature verification suppressed"
|
|
color attach_headers brightmagenta default "invalid node with packet of type"
|
|
|
|
# Author name, %A %a %F %L %n
|
|
# Give the author column a dark grey background
|
|
color index_author default color234 '.*'
|
|
# Highlight a particular from (~f)
|
|
# color index_author brightyellow color234 '~fRay Charles'
|
|
# Message flags, %S %Z
|
|
# Highlight the flags for flagged (~F) emails
|
|
color index_flags default red '~F'
|
|
# Subject, %s
|
|
# Look for a particular subject (~s)
|
|
# color index_subject brightcyan default '~s\(closes #[0-9]+\)'
|
|
# Number of messages in a collapsed thread, %M
|
|
color index_collapsed default brightblue
|
|
# Date field
|
|
color index_date green default
|
|
# Message label, %y %Y
|
|
color index_label default brightgreen
|
|
# Message number, %C
|
|
color index_number red default
|
|
# Message size, %c %l
|
|
color index_size cyan default
|
|
|
|
# The 'progress' feature provides clear visual feedback for
|
|
# slow tasks, such as indexing a large folder over the net.
|
|
|
|
# Set the color of the progress bar
|
|
# White text on a red background
|
|
color progress white red
|