colours 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # -*- Mode: mutt -*-
  2. # Default colour definitions
  3. color attachment black green
  4. color bold brightyellow white
  5. color error red white
  6. color hdrdefault black cyan
  7. color indicator brightwhite red
  8. color markers red white
  9. color message blue white
  10. color normal blue white
  11. color quoted red white
  12. color search brightwhite magenta
  13. color signature brightblack white
  14. color status brightyellow blue
  15. color tilde green white
  16. color tree red white
  17. # Colour definitions when on a mono screen
  18. mono bold bold
  19. mono indicator reverse
  20. mono underline underline
  21. # Colours for items in the reader
  22. color header brightwhite cyan "^(From|Subject):"
  23. color header red cyan "^X-Junked-Because: "
  24. color header red cyan "^X-Virus-hagbard: .* FOUND"
  25. mono header bold "^(From|Subject|X-Junked-Because|X-Virus-hagbard):"
  26. # Colours for items in the index
  27. color index black green ~T
  28. mono index bold ~T
  29. color index brightgreen black ~N
  30. mono index bold ~N
  31. color index brightwhite black ~D
  32. mono index bold ~D
  33. color index red white ~F
  34. mono index bold ~F
  35. # Highlights inside the body of a message.
  36. # URLs
  37. color body brightblue white "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
  38. color body brightblue white "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  39. color body brightblue white "news:[^ \">\t\r\n]*"
  40. mono body bold "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
  41. mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  42. mono body bold "news:[^ \">\t\r\n]*"
  43. # email addresses
  44. color body brightblue white "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
  45. mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
  46. # Various smilies and the like
  47. color body brightblue white "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.
  48. color body brightblue white "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
  49. color body brightblue white "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text.
  50. color body brightgreen white " [;:]-*[)>(<|]" # :-) etc...
  51. color body brightgreen white "<[Bb][Gg]>" # <bg>
  52. color body brightgreen white "<[Gg]>" # <g>