djcev.com

//

Git Repos / dotfiles / config / mutt / colors-cev

Last update to this file was on 2023-04-15 at 11:53.

Show colors-cev

#- colors-cev
#
# this mutt color file is based on one originally found at:
# https://bitbucket.org/trovao/configs/src/tip/mutt-zenburn/dotmuttrc
# That link is dead now, but a copy of that file can be found at:
# github.com/mildlydiverting/Zenburn/blob/master/ports/mutt/dotmuttrc.txt
# github.com/mildlydiverting/Zenburn/blob/master/ \
# ports/mutt/trovao-droplinegnote-mutt256-dotmuttrc.txt
#
# That file was made available in the public domain. Since I've made very few
# changes, I'll extend the same courtesy and say:
#
# This file is in the public domain.
#

# general-doesn't-fit stuff
color normal white default
color error brightcyan default
color markers yellow default
color tilde green default
color status brightblack black

# index stuff
color indicator brightwhite default
color tree cyan default
color index white default "~A" # all
color index red default "~D" # deleted
color index brightblue default "~F" # flagged
color index brightwhite default "~N" # new
color index brightblack default "~O" # old
color index magenta default "~P" # from me
color index yellow default "~Q" # replied to
color index brightblack default "~R" # read messages
color index white default "~U" # unread
# header stuff
color hdrdefault cyan default
color header brightcyan default "^Subject"

# gpg stuff
color body white default "^gpg: Good signature.*"
color body brightred default "^gpg: BAD signature.*"
color body brightred default "^gpg: Can't check signature.*"
color body brightred default "^-----BEGIN PGP SIGNED MESSAGE-----"
color body brightred default "^-----BEGIN PGP SIGNATURE-----"
color body brightred default "^-----END PGP SIGNED MESSAGE-----"
color body brightred default "^-----END PGP SIGNATURE-----"
color body brightred default "^Version: GnuPG.*"
color body brightred default "^Comment: .*"

# url, email and web stuff
color body blue default "(finger|ftp|http|https|news|telnet)://[^ >]*"
color body blue default "<URL:[^ ]*>"
color body blue default "www\\.[-.a-z0-9]+\\.[a-z][a-z][a-z]?([-_./~a-z0-9]+)?"
# this broke in a recent (Jan 2023?) update
# color body brightblue default "mailto: *[^ ]+\(\\i?subject=[^ ]+\)?"
color body blue default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"

# misc body stuff
color attachment red default # Add-ons to the message
color signature red default

# quote levels
color quoted brightgreen default
color quoted1 brightcyan default
color quoted2 brightblue default
color quoted3 green default
color quoted4 cyan default
color quoted5 blue default
color quoted6 green default
color quoted7 cyan default
color quoted8 blue default
color quoted9 blue default

Return to the top of this page or return to the overview of this repo.

Log colors-cev

Date Commit Message Author + -
2023-04-15 jgmenu.csv, misc. small changes cev +2 -1
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +71  

Return to the top of this page or return to the overview of this repo.