colors 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # -*- madmuttrc -*-
  2. #
  3. # Madmutt configuration file
  4. # 2008, kolter <kolter@openics.org>
  5. #
  6. # This file is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY
  8. #
  9. # Colors settings for muttng.
  10. #
  11. # Default colour definitions
  12. color normal default default
  13. color message brightwhite default
  14. color status brightblue default
  15. color hdrdefault yellow default
  16. color indicator brightwhite cyan
  17. color quoted cyan default
  18. color quoted1 yellow default
  19. color quoted2 brightred default
  20. color quoted3 cyan default
  21. color quoted4 yellow default
  22. color quoted5 brightred default
  23. color quoted6 cyan default
  24. color quoted7 yellow default
  25. color quoted8 brightred default
  26. color signature white default
  27. color tilde white default
  28. color tree brightblue default
  29. color attachment brightgreen default
  30. # color error red white
  31. # color search brightwhite magenta
  32. # color bold brightyellow white
  33. # color markers red white
  34. # Colours for items in the reader
  35. color header cyan default "^From\:|^To\:|^Cc\:|^Bcc\:"
  36. color header green default "^Return-Path\:"
  37. color header blue default "^Reply-To\:"
  38. color header brightred default "\Subject\:|^Date\:"
  39. # Colours for items in the index
  40. color index yellow default ~N # New messages.
  41. color index green default ~O # Old messages.
  42. color index red default ~D # Deletes messages.
  43. color index magenta default ~T # Tagged messages.
  44. color index blue default ~F # Flagged messages.
  45. # Highlights inside the body of a message.
  46. # URLs
  47. color body green default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
  48. color body green default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  49. color body green default "news:[^ \">\t\r\n]*"
  50. # email addresses
  51. color body green default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
  52. # Various smilies
  53. color body brightred default "<[Gg]>" # <g>
  54. color body brightred default "<[Bb][Gg]>" # <bg>
  55. color body brightred default " [;:]-*[)>(<|]" # :-) etc...
  56. color body brightred default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
  57. color body brightred default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text.
  58. color body brightred default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.
  59. # Sidebar color
  60. color sidebar_new yellow default