-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcolorcli.muttrc
More file actions
executable file
·52 lines (46 loc) · 2.08 KB
/
Copy pathcolorcli.muttrc
File metadata and controls
executable file
·52 lines (46 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# COLORS
# ==================
# https://github.com/j15k/colorcli
# https://www.j15k.com/
# http://www.newsbeuter.org/doc/newsbeuter.html#_configuring_colors
# muttrc.colors structure adapted from https://github.com/webgefrickel/dotfiles
## basic colors ---------------------------------------------------------
color normal black white
color status brightwhite color24
color indicator white color31
color error color160 white
color tilde color31 white
color markers color160 white
color attachment color59 white
color search white color31
color tree color24 white
## sidebar
color sidebar_new default color208
color sidebar_indicator color31 color250
color sidebar_highlight brightcolor31 color250
#
## index ----------------------------------------------------------------
#
color index black white "~A" # all messages
color index brightcolor31 white "~N" # new messages
color index brightcolor24 white "~O" # old messages
color index color59 white "~Q" # messages that have been replied to
color index black color254 "~P" # messages from me
color index black color160 "~D" # deleted messages
#
## message headers ------------------------------------------------------
#
color hdrdefault black white
color header brightblack white "^(From)"
color header brightblack color254 "^(Subject)"
#
## body -----------------------------------------------------------------
#
color quoted color24 white
color quoted1 color31 white
color quoted2 color238 white
color quoted3 color59 white
color quoted4 color250 white
color signature color59 white
color bold brightcolor24 white
color underline color24 white