This commit is contained in:
2025-06-16 20:13:57 +04:00
parent 94c8a6dc2e
commit 9872528929
7 changed files with 39 additions and 21 deletions

View File

@@ -1,19 +1,19 @@
source ~/.config/mutt/colors-gruvbox-shuber.muttrc
source ~/.config/mutt/colors-gruvbox-shuber-transparent-bg.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 color235
color sidebar_divider color8 default
# Color to give mailboxes containing flagged mail
color sidebar_flagged default color235
color sidebar_flagged default default
# Color to give mailboxes containing new mail
color sidebar_new color108 color235
color sidebar_new color108 default
# color sidebar_spoolfile green default
# color sidebar_spoolfile yellow color235
# color sidebar_spoolfile yellow default
# Color to give mailboxes containing no new/flagged mail, etc.
color sidebar_ordinary default color235
color sidebar_ordinary default default
# Color if the attachment is autoviewed
color attach_headers brightgreen default "Autoview"
@@ -35,11 +35,8 @@ color attach_headers brightmagenta default "can't handle these multip
color attach_headers brightmagenta default "signature verification suppressed"
color attach_headers brightmagenta default "invalid node with packet of type"
# Author name, %A %a %F %L %n
# Give the author column a dark grey background
color index_author default color235 '.*'
# Highlight a particular from (~f)
# color index_author brightyellow color235 '~fRay Charles'
# color index_author brightyellow default '~fRay Charles'
# Message flags, %S %Z
# Highlight the flags for flagged (~F) emails
color index_flags default red '~F'