You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

119 lines
3.9 KiB

  1. # vim: filetype=neomuttrc
  2. ### Theme for neomutt developed by Braulio Henrique Marques Souto <braulio@disroot.org>
  3. ### Color Profile for mutt by Stefan Huber
  4. ### Copyright 2020-2022 Stefan Huber <shuber-web@sthu.org>
  5. ### (https://github.com/shuber2/mutt-gruvbox)
  6. ### Licensed in GPL-3
  7. set date_format="%y/%m/%d %H:%M"
  8. set index_format=" %2C %zs %zc %zt %D %-28.28L %?M?(%1M)& %4cr ? %?X? &·? %s"
  9. set to_chars=""
  10. ifdef crypt_chars set crypt_chars = " "
  11. set flag_chars = " "
  12. tag-transforms "replied" "↻ " \
  13. "encrytpted" "" \
  14. "signed" "" \
  15. "attachment" "" \
  16. tag-formats "replied" "GR" \
  17. "encrypted" "GE" \
  18. "signed" "GS" \
  19. "attachment" "GA" \
  20. ## Colors
  21. # gruvbox dark (contrast dark):
  22. # bg0 = 234
  23. # bg1 = 237
  24. # bg2 = 239
  25. # bg3 = 241
  26. # bg4 = 243
  27. #
  28. # gray = 245
  29. #
  30. # fg0 = 229
  31. # fg1 = 223
  32. # fg2 = 250
  33. # fg3 = 248
  34. # fg4 = 246
  35. #
  36. # red = 167
  37. # green = 142
  38. # yellow = 214
  39. # blue = 109
  40. # purple = 175
  41. # aqua = 108
  42. # orange = 208
  43. # See http://www.mutt.org/doc/manual/#color
  44. color attachment color109 color234
  45. color bold color229 color234
  46. color error color167 color234
  47. color hdrdefault color246 color234
  48. color indicator color223 color237
  49. color markers color243 color234
  50. color normal color223 color234
  51. color quoted color250 color234
  52. color quoted1 color108 color234
  53. color quoted2 color250 color234
  54. color quoted3 color108 color234
  55. color quoted4 color250 color234
  56. color quoted5 color108 color234
  57. color search color234 color208
  58. color signature color108 color234
  59. color status color234 color250
  60. color tilde color243 color234
  61. color tree color142 color234
  62. color underline color223 color239
  63. color sidebar_divider color250 color234
  64. color sidebar_new color142 color234
  65. color sidebar_unread color108 color234
  66. color index color142 color234 ~N
  67. color index color108 color234 ~O
  68. color index color109 color234 ~P
  69. color index color214 color234 ~F
  70. color index color175 color234 ~Q
  71. color index color167 color234 ~=
  72. color index color234 color223 ~T
  73. color index color234 color167 ~D
  74. color header color214 color234 "^(To:|From:)"
  75. color header color142 color234 "^Subject:"
  76. color header color108 color234 "^X-Spam-Status:"
  77. color header color108 color234 "^Received:"
  78. # BSD's regex has RE_DUP_MAX set to 255.
  79. color body color142 color234 "[a-z]{3,255}://[-a-zA-Z0-9@:%._\\+~#=/?&,]+"
  80. color body color142 color234 "[a-zA-Z]([-a-zA-Z0-9_]+\\.){2,255}[-a-zA-Z0-9_]{2,255}"
  81. color body color208 color234 "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
  82. color body color208 color234 "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
  83. color body color234 color214 "[;:]-*[)>(<lt;|]"
  84. color body color229 color234 "\\*[- A-Za-z]+\\*"
  85. color body color214 color234 "^-.*PGP.*-*"
  86. color body color142 color234 "^gpg: Good signature from"
  87. color body color167 color234 "^gpg: Can't.*$"
  88. color body color214 color234 "^gpg: WARNING:.*$"
  89. color body color167 color234 "^gpg: BAD signature from"
  90. color body color167 color234 "^gpg: Note: This key has expired!"
  91. color body color214 color234 "^gpg: There is no indication that the signature belongs to the owner."
  92. color body color214 color234 "^gpg: can't handle these multiple signatures"
  93. color body color214 color234 "^gpg: signature verification suppressed"
  94. color body color214 color234 "^gpg: invalid node with packet of type"
  95. color body color142 color234 "^Good signature from:"
  96. color body color167 color234 "^.?BAD.? signature from:"
  97. color body color142 color234 "^Verification successful"
  98. color body color167 color234 "^Verification [^s][^[:space:]]*$"
  99. color compose header color223 color234
  100. color compose security_encrypt color175 color234
  101. color compose security_sign color109 color234
  102. color compose security_both color142 color234
  103. color compose security_none color208 color234