Update stuff

This commit is contained in:
2022-06-06 23:38:10 +04:00
parent 3cd7d3e61d
commit b5bd5b8e97
18 changed files with 243 additions and 144 deletions

View File

@@ -1,21 +1,19 @@
source ~/.config/mutt/colors-gruvbox-shuber.muttrc
# For neomutt uncomment this line:
source ~/.config/mutt/colors-gruvbox-shuber-extended.muttrc
# Sidebar
#
# Color of the highlighted, but not open, mailbox.
color sidebar_highlight black color8
# Color of the divider separating the Sidebar from NeoMutt panels
color sidebar_divider color8 color234
color sidebar_divider color8 color235
# Color to give mailboxes containing flagged mail
color sidebar_flagged default color234
color sidebar_flagged default color235
# Color to give mailboxes containing new mail
color sidebar_new color108 color234
color sidebar_new color108 color235
# color sidebar_spoolfile green default
# color sidebar_spoolfile yellow color234
# color sidebar_spoolfile yellow color235
# Color to give mailboxes containing no new/flagged mail, etc.
color sidebar_ordinary default color234
color sidebar_ordinary default color235
# Color if the attachment is autoviewed
color attach_headers brightgreen default "Autoview"
@@ -39,9 +37,9 @@ color attach_headers brightmagenta default "invalid node with packet
# Author name, %A %a %F %L %n
# Give the author column a dark grey background
color index_author default color234 '.*'
color index_author default color235 '.*'
# Highlight a particular from (~f)
# color index_author brightyellow color234 '~fRay Charles'
# color index_author brightyellow color235 '~fRay Charles'
# Message flags, %S %Z
# Highlight the flags for flagged (~F) emails
color index_flags default red '~F'

View File

@@ -1,6 +0,0 @@
color compose header color223 color234
color compose security_encrypt color175 color234
color compose security_sign color109 color234
color compose security_both color142 color234
color compose security_none color208 color234

View File

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