colors 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # -*- muttngrc -*-
  2. #
  3. # Muttng configuration file
  4. # 2006, 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 brightyellow cyan
  15. color hdrdefault cyan default
  16. color indicator brightwhite magenta
  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 brightred 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. # Colour definitions when on a mono screen
  35. mono bold bold
  36. mono underline underline
  37. mono indicator reverse
  38. # Colours for items in the reader
  39. color header yellow default "^From\:|^To\:|^Cc\:|\Bcc\:"
  40. color header magenta default "^Date\:"
  41. color header blue default "^Reply-To\:"
  42. color header red default "\Subject\:"
  43. # Colours for items in the index
  44. color index green default ~N # New messages.
  45. color index green default ~O # Old messages.
  46. color index brightred default ~D # Deletes messages.
  47. # color index brightgreen white "~N (~x hagbard\.davep\.org | ~h \"^In-[Rr]eply-[Tt]o: .*hagbard\.davep\.org\")"
  48. # color index red white ~F
  49. # color index black green ~T
  50. # mono index bold ~N
  51. # mono index bold ~F
  52. # mono index bold ~T
  53. # mono index bold ~D
  54. # Highlights inside the body of a message.
  55. # URLs
  56. color body green default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
  57. color body green default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  58. color body green default "news:[^ \">\t\r\n]*"
  59. mono body bold "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
  60. mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  61. mono body bold "news:[^ \">\t\r\n]*"
  62. # email addresses
  63. color body green default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
  64. mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
  65. # Various smilies
  66. color body brightred default "<[Gg]>" # <g>
  67. color body brightred default "<[Bb][Gg]>" # <bg>
  68. color body brightred default " [;:]-*[)>(<|]" # :-) etc...
  69. color body brightred default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
  70. color body brightred default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text.
  71. color body brightred default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.
  72. # Sidebar color
  73. color sidebar_new brightred default
  74. color sidebar cyan default