Add neomutt color settings

This commit is contained in:
flyingscorpio@clevo 2022-05-14 13:31:40 +02:00
parent da1ebe01e2
commit 05ab96bd17

View file

@ -98,27 +98,27 @@ bind index,pager \Cn sidebar-next-new
bind index,pager B sidebar-toggle-visible bind index,pager B sidebar-toggle-visible
# Default index colors: # Default index colors:
#color index yellow default '.*' color index yellow default '.*'
#color index_author red default '.*' color index_author red default '.*'
#color index_number blue default color index_number blue default
#color index_subject cyan default '.*' color index_subject cyan default '.*'
# New mail is boldened: # New mail is boldened:
#color index brightyellow black "~N" color index brightyellow black "~N"
#color index_author brightred black "~N" color index_author brightred black "~N"
#color index_subject brightcyan black "~N" color index_subject brightcyan black "~N"
# Tagged mail is highlighted: # Tagged mail is highlighted:
#color index brightyellow blue "~T" color index brightyellow blue "~T"
#color index_author brightred blue "~T" color index_author brightred blue "~T"
#color index_subject brightcyan blue "~T" color index_subject brightcyan blue "~T"
# Other colors and aesthetic settings: # Other colors and aesthetic settings:
#mono bold bold mono bold bold
#mono underline underline mono underline underline
#mono indicator reverse mono indicator reverse
#mono error bold mono error bold
#color normal default default color normal default default
color indicator brightblack white color indicator brightblack white
color sidebar_indicator brightblack white color sidebar_indicator brightblack white
color sidebar_spoolfile yellow default color sidebar_spoolfile yellow default
@ -127,49 +127,47 @@ color sidebar_divider brightblack black
color sidebar_new green black color sidebar_new green black
color sidebar_unread cyan black color sidebar_unread cyan black
color sidebar_flagged red black color sidebar_flagged red black
#color normal brightyellow default color error red default
#color error red default color tilde black default
#color tilde black default color message cyan default
#color message cyan default color markers red white
#color markers red white color attachment white default
#color attachment white default color search brightmagenta default
#color search brightmagenta default color status yellow black
#color status brightyellow black color quoted green default
#color hdrdefault brightgreen default color quoted1 blue default
#color quoted green default color quoted2 cyan default
#color quoted1 blue default color quoted3 yellow default
#color quoted2 cyan default color quoted4 red default
#color quoted3 yellow default color quoted5 brightred default
#color quoted4 red default color signature brightgreen default
#color quoted5 brightred default color bold black default
#color signature brightgreen default color underline black default
#color bold black default color normal default default
#color underline black default
#color normal default default
# Regex highlighting: # Regex highlighting:
#color header brightmagenta default "^From" color header blue default ".*"
#color header brightcyan default "^Subject" color header brightmagenta default "^(From|To)"
#color header brightwhite default "^(CC|BCC)" color header brightyellow default "^Subject"
#color header blue default ".*" color header brightwhite default "^(CC|BCC)"
#color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # email addresses
#color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # uRL
#color body green default "\`[^\`]*\`" # Green text between ` and ` color body green default "\`[^\`]*\`" # green text between ` and `
#color body brightblue default "^# \.*" # Headings as bold blue color body brightblue default "^# \.*" # headings as bold blue
#color body brightcyan default "^## \.*" # Subheadings as bold cyan color body brightcyan default "^## \.*" # subheadings as bold cyan
#color body brightgreen default "^### \.*" # Subsubheadings as bold green color body brightgreen default "^### \.*" # subsubheadings as bold green
#color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow color body yellow default "^(\t| )*(-|\\*) \.*" # list items as yellow
#color body brightcyan default "[;:][-o][)/(|]" # emoticons color body brightcyan default "[;:][-o][)/(|]" # emoticons
#color body brightcyan default "[;:][)(|]" # emoticons color body brightcyan default "[;:][)(|]" # emoticons
#color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon? color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon?
#color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon? color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon?
#color body red default "(BAD signature)" color body red default "(BAD signature)"
#color body cyan default "(Good signature)" color body cyan default "(Good signature)"
#color body brightblack default "^gpg: Good signature .*" color body brightblack default "^gpg: Good signature .*"
#color body brightyellow default "^gpg: " color body brightyellow default "^gpg: "
#color body brightyellow red "^gpg: BAD signature from.*" color body brightyellow red "^gpg: BAD signature from.*"
#mono body bold "^gpg: Good signature" mono body bold "^gpg: Good signature"
#mono body bold "^gpg: BAD signature from.*" mono body bold "^gpg: BAD signature from.*"
#color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]" #color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
{% for account in accounts %} {% for account in accounts %}