colours (3294B)
1 # vim: filetype=neomuttrc 2 3 set index_format="%4C %Z %{%b %d} %-15.15r %-20.20L (%?l?%4l&%4c?) %-3.3M %s" 4 5 # Default index colors: 6 color index yellow default '.*' 7 color index_author magenta default '.*' 8 color index_number magenta default 9 color index_subject cyan default '.*' 10 11 # For new mail: 12 color index_flags color14 default "~N" 13 color index_flags color14 default "~O" 14 15 # For threads 16 #color index_subject default default "~v" 17 color index_flags color14 default "~(~N)" # matches threads which contain unread entries 18 color index_flags color14 default "~(~O)" # ditto 19 20 # Header colors: 21 color header blue default ".*" 22 color header brightmagenta default "^(From)" 23 color header brightcyan default "^(Subject)" 24 color header brightwhite default "^(CC|BCC)" 25 26 mono bold bold 27 mono underline underline 28 mono indicator reverse 29 mono error bold 30 color normal default default 31 color indicator brightblack white 32 color normal brightyellow default 33 color error red default 34 color tilde black default 35 color message cyan default 36 color markers red white 37 color attachment white default 38 color search brightmagenta default 39 color status brightyellow black 40 color hdrdefault brightgreen default 41 color quoted color3 default 42 color quoted1 color4 default 43 color quoted2 color5 default 44 color quoted3 color6 default 45 color quoted4 color7 default 46 color quoted5 color7 default 47 color quoted6 color7 default 48 color quoted7 color7 default 49 color signature brightgreen default 50 color bold black default 51 color underline black default 52 color normal default default 53 54 color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses 55 color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL 56 color body green default "\`[^\`]*\`" # Green text between ` and ` 57 color body brightblue default "^# \.*" # Headings as bold blue 58 color body brightcyan default "^## \.*" # Subheadings as bold cyan 59 color body brightgreen default "^### \.*" # Subsubheadings as bold green 60 color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow 61 color body color10 default "(BAD signature)" 62 color body color14 default "(Good signature)" 63 color body brightyellow default "^gpg: " 64 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<>\"]" 65 66 # Set status bar color 67 set status_format="" 68 set compose_format="" 69 set pager_format="" 70 set markers=no 71 color status color5 default 72 color progress color2 color23