This commit is contained in:
2025-09-29 19:52:01 +04:00
parent 7c4443945f
commit d0b318709e
18 changed files with 936 additions and 2 deletions

View File

@@ -0,0 +1,87 @@
# gruvbox dark (contrast dark):
# bg0 = 234
# bg1 = 237
# bg2 = 239
# bg3 = 241
# bg4 = 243
#
# gray = 245
#
# fg0 = 229
# fg1 = 223
# fg2 = 250
# fg3 = 248
# fg4 = 246
#
# red = 167
# green = 142
# yellow = 214
# blue = 109
# purple = 175
# aqua = 108
# orange = 208
# See http://www.mutt.org/doc/manual/#color
color attachment color109 default
color bold color229 default
color error color167 default
color hdrdefault color246 default
color indicator color223 default
color markers color243 default
color normal color223 default
color quoted color250 default
color quoted1 color108 default
color quoted2 color250 default
color quoted3 color108 default
color quoted4 color250 default
color quoted5 color108 default
color search color234 color208
color signature color108 default
color status color234 color250
color tilde color243 default
color tree color142 default
color underline color223 default
color sidebar_divider color250 default
color sidebar_new color142 default
color index color142 default ~N
color index color108 default ~O
color index color109 default ~P
color index color214 default ~F
color index color175 default ~Q
color index color167 default ~=
color index color234 color223 ~T
color index color234 color167 ~D
color header color214 default "^(To:|From:)"
color header color142 default "^Subject:"
color header color108 default "^X-Spam-Status:"
color header color108 default "^Received:"
color body color142 default "[a-z]{3,256}://[-a-zA-Z0-9@:%._\\+~#=/?&,]+"
#color body color142 default "[a-zA-Z]([-a-zA-Z0-9_]+\\.){2,256}[-a-zA-Z0-9_]{2,256}"
color body color208 default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
color body color208 default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
color body color234 color214 "[;:]-*[)>(<lt;|]"
color body color229 default "\\*[- A-Za-z]+\\*"
color body color214 default "^-.*PGP.*-*"
color body color142 default "^gpg: Good signature from"
color body color167 default "^gpg: Can't.*$"
color body color214 default "^gpg: WARNING:.*$"
color body color167 default "^gpg: BAD signature from"
color body color167 default "^gpg: Note: This key has expired!"
color body color214 default "^gpg: There is no indication that the signature belongs to the owner."
color body color214 default "^gpg: can't handle these multiple signatures"
color body color214 default "^gpg: signature verification suppressed"
color body color214 default "^gpg: invalid node with packet of type"
color compose header color223 default
color compose security_encrypt color175 default
color compose security_sign color109 default
color compose security_both color142 default
color compose security_none color208 default

View File

@@ -0,0 +1,89 @@
# gruvbox dark (contrast dark):
# bg = 235 <
# bg0 = 234
# bg1 = 237
# bg2 = 239
# bg3 = 241
# bg4 = 243
#
# gray = 245
#
# fg0 = 229
# fg1 = 223 <
# fg2 = 250
# fg3 = 248
# fg4 = 246
#
# red = 167
# green = 142
# yellow = 214
# blue = 109
# purple = 175
# aqua = 108
# orange = 208
# See http://www.mutt.org/doc/manual/#color
color attachment color109 color235
color bold color229 color215
color error color167 color235
color hdrdefault color246 color235
color indicator color223 color238
color markers color243 color235
color normal color223 color235
color quoted color248 color235
color quoted1 color108 color235
color quoted2 color248 color235
color quoted3 color108 color235
color quoted4 color248 color235
color quoted5 color108 color235
color search color235 color208
color signature color108 color235
color status color235 color246
color tilde color243 color235
color tree color246 color235
color underline color223 color239
color sidebar_divider color246 color235
color sidebar_new color142 color235
color sidebar_unread color142 color235
color sidebar_highlight color208 color235
color index_number color240 color235
color index_author color214 color235 '.*'
color index_subject color142 color235 '.*'
color index brightcolor223 color235 '~N'
color index_flags brightcolor142 color235 '~N'
color index_author brightcolor214 color235 '~N'
color index_subject brightcolor142 color235 '~N'
color index color240 color235 '~D'
color index_flags color167 color235 '~D'
color index_author color240 color235 '~D'
color index_subject color240 color235 '~D'
color header color214 color235 "^From:"
color header color208 color235 "^(To:|Cc:)"
color header color142 color235 "^Subject:"
color header color108 color235 "^X-Spam-Status:"
color header color108 color235 "^Received:"
color compose header color223 color235
color compose security_encrypt color175 color235
color compose security_sign color109 color235
color compose security_both color142 color235
color compose security_none color208 color235
# URL
color body color175 color235 "[a-z]{3,256}://[-a-zA-Z0-9@:%._\\+~#=/?&,]+"
# email
color body color208 color235 "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
# mailto link
color body color208 color235 "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
# smileys
color body color235 color214 "[;:]-[)(pPsS\|D]"
# *bold*
color body color229 color235 "\\*[-' A-Za-z0-9]+\\*"
# vim: filetype=neomuttrc