main dots / config / .config / mutt / colors.muttrc
xxwhirlpool  ·  2026-06-08
 1color normal		  default default         # Text is "Text"
 2color index		    color2 default ~N       # New Messages are Green
 3color index		    color1 default ~F       # Flagged messages are Red
 4color index		    color13 default ~T      # Tagged Messages are Red
 5color index		    color1 default ~D       # Messages to delete are Red
 6color attachment	color5 default          # Attachments are Pink
 7color signature	  color8 default          # Signatures are Surface 2
 8color search		  color4 default          # Highlighted results are Blue
 9
10color indicator		default color8          # currently highlighted message Surface 2=Background Text=Foreground
11color error		    color1 default          # error messages are Red
12color status		  color15 default         # status line "Subtext 0"
13color tree        color15 default         # thread tree arrows Subtext 0
14color tilde       color15 default         # blank line padding Subtext 0
15
16color hdrdefault  color13 default         # default headers Pink
17color header		  color13 default "^From:"
18color header	 	  color13 default "^Subject:"
19
20color quoted		  color15 default         # Subtext 0
21color quoted1		  color7 default          # Subtext 1
22color quoted2		  color8 default          # Surface 2
23color quoted3		  color0 default          # Surface 1
24color quoted4		  color0 default
25color quoted5		  color0 default
26
27color body		color2 default		[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+               # email addresses Green
28color body	  color2 default		(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+        # URLs Green
29color body		color4 default		(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* text Blue
30color body		color4 default		(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)     # _underlined_ text Blue
31color body		color4 default		(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)     # /italic/ text Blue
32
33color sidebar_flagged   color1 default    # Mailboxes with flagged mails are Red
34color sidebar_new       color10 default   # Mailboxes with new mail are Green