1
# =====================================================================
2
# $RCSfile: colors,v $
3
# $Date: 2004/01/05 18:58:07 $
4
#
5
# This configuration file defines which colors will be used.
6
# IMPORTANT: the order of the rules matters! The last matching rule
7
# wins!
8
# =====================================================================
9
10
# =====================================================================
11
# Normal colors
12
# =====================================================================
13
color tree white default
14
color indicator brightwhite default
15
#color status color42 default
16
#color status       color48     color235
17
18
color status brightgreen default
19
color normal green default
20
color message green default
21
color hdrdefault white default
22
color attachment cyan default 
23
24
25
# =====================================================================
26
# Sidebar
27
# =====================================================================
28
color sidebar_new brightcyan default 
29
30
31
# =====================================================================
32
# Index
33
# =====================================================================
34
35
# Messages already replied to in cyan
36
#color index cyan default "~Q"
37
38
# Unread messages in yellow
39
color index brightcyan default "~N"
40
color index brightcyan default "~O"
41
42
# Deleted messages in a dark color
43
color index red default "~D"
44
45
# Flagged messages in red
46
#color index brightred default "~F"
47
48
49
# =====================================================================
50
# Header
51
# =====================================================================
52
53
# Color information about the sender
54
#color header brightwhite default "From: "
55
color header brightcyan default "Subject: "
56
#color header brightwhite default "Date: "
57
58
59
# =====================================================================
60
# Body
61
# =====================================================================
62
63
# Color the first levels of quoted text
64
color quoted cyan default
65
color quoted1 yellow default
66
color quoted2 red default
67
color quoted3 blue default
68
69
70
# GnuPG output
71
#
72
# Make if very obvious there is a bad signature!
73
#color body default red "BAD signature .*$"
74
75
# Tag a good signature
76
#color body brightgreen default "Good signature .*$"
77
78
# Inform the signature can't be verified
79
#color body brightred default "Can't check signature: public key not found"
80
#color body brightred default "WARNING: .*!"
81
#color body brightred default "some signal caught ... exiting"
82
83
# vim: ft=muttrc