summaryrefslogtreecommitdiff
path: root/.config/mutt
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-11 08:00:24 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-11 08:00:24 -0400
commit12ce8bdd65d3b5fcd6e8227eaecd5f772a90f8da (patch)
tree5be7566c5ef41877e1d03a013667fdae1aedf252 /.config/mutt
parent9e82c96713989a7565eadac505b36e3dbe91cd5a (diff)
Configuration file updates and additions.
Diffstat (limited to '.config/mutt')
-rw-r--r--.config/mutt/gruvbox87
-rw-r--r--.config/mutt/muttrc35
2 files changed, 88 insertions, 34 deletions
diff --git a/.config/mutt/gruvbox b/.config/mutt/gruvbox
new file mode 100644
index 0000000..97a74a7
--- /dev/null
+++ b/.config/mutt/gruvbox
@@ -0,0 +1,87 @@
1# bg = 235 <
2# bg0 = 234
3# bg1 = 237
4# bg2 = 239
5# bg3 = 241
6# bg4 = 243
7#
8# gray = 245
9#
10# fg0 = 229
11# fg1 = 223 <
12# fg2 = 250
13# fg3 = 248
14# fg4 = 246
15#
16# red = 167
17# green = 142
18# yellow = 214
19# blue = 109
20# purple = 175
21# aqua = 108
22# orange = 208
23
24
25# See http://www.mutt.org/doc/manual/#color
26
27color attachment color109 color235
28color bold color229 color215
29color error color167 color235
30color hdrdefault color246 color235
31color indicator color223 color238
32color markers color243 color235
33color normal color223 color235
34color quoted color248 color235
35color quoted1 color108 color235
36color quoted2 color248 color235
37color quoted3 color108 color235
38color quoted4 color248 color235
39color quoted5 color108 color235
40color search color235 color208
41color signature color108 color235
42color status color235 color246
43color tilde color243 color235
44color tree color246 color235
45color underline color223 color239
46
47color sidebar_divider color246 color235
48color sidebar_new color142 color235
49color sidebar_unread color142 color235
50color sidebar_highlight color208 color235
51
52color index_number color240 color235
53color index_author color214 color235 '.*'
54color index_subject color142 color235 '.*'
55color index brightcolor223 color235 '~N'
56color index_flags brightcolor142 color235 '~N'
57color index_author brightcolor214 color235 '~N'
58color index_subject brightcolor142 color235 '~N'
59color index color240 color235 '~D'
60color index_flags color167 color235 '~D'
61color index_author color240 color235 '~D'
62color index_subject color240 color235 '~D'
63
64color header color214 color235 "^From:"
65color header color208 color235 "^(To:|Cc:)"
66color header color142 color235 "^Subject:"
67color header color108 color235 "^X-Spam-Status:"
68color header color108 color235 "^Received:"
69
70color compose header color223 color235
71color compose security_encrypt color175 color235
72color compose security_sign color109 color235
73color compose security_both color142 color235
74color compose security_none color208 color235
75
76# URL
77color body color175 color235 "[a-z]{3,256}://[-a-zA-Z0-9@:%._\\+~#=/?&,]+"
78# email
79color body color208 color235 "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
80# mailto link
81color body color208 color235 "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
82# smileys
83color body color235 color214 "[;:]-[)(pPsS\|D]"
84# *bold*
85color body color229 color235 "\\*[-' A-Za-z0-9]+\\*"
86
87# vim: filetype=neomuttrc
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index b70ba64..2bc952a 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -123,27 +123,7 @@ unhdr_order *
123hdr_order Authentication-Results: From: To: Subject: Date: 123hdr_order Authentication-Results: From: To: Subject: Date:
124 124
125### Colors 125### Colors
126mono bold bold 126source /home/sam/.config/mutt/gruvbox
127mono underline underline
128mono indicator reverse
129mono error bold
130### Index
131color index white default "~A"
132color index_number blue default
133color index_author blue default "~A"
134color index_subject blue default "~A"
135# New
136color index brightyellow default "~N"
137color index_author underline brightblue default "~N"
138color index_subject underline brightblue default "~N"
139# Tagged
140color index brightwhite blue "~T"
141color index_author brightwhite blue "~T"
142color index_subject brightwhite blue "~T"
143### Header
144color hdrdefault blue default
145color header brightred default "^From:"
146color header brightred default "^Subject:"
147# highlight authentication headers based on pass/fail/none 127# highlight authentication headers based on pass/fail/none
148color header green default "dkim=pass" 128color header green default "dkim=pass"
149color header green default "spf=pass" 129color header green default "spf=pass"
@@ -154,18 +134,5 @@ color header yellow default "dmarc=none"
154color header brightred default "dkim=fail" 134color header brightred default "dkim=fail"
155color header brightred default "spf=fail" 135color header brightred default "spf=fail"
156color header brightred default "dmarc=fail" 136color header brightred default "dmarc=fail"
157### Body
158color body default default ".*"
159### Sidebar
160
161### Other
162color normal default default
163color tilde default default
164color status default black
165color signature default default
166color attachment default default
167color message default default
168color quoted green default
169color search brightred default
170 137
171source /home/sam/.config/mutt/accounts/sam 138source /home/sam/.config/mutt/accounts/sam