aboutsummaryrefslogtreecommitdiff
path: root/themes/venelles.rc
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-10 18:48:35 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-10 18:48:35 +0200
commit4d4c0e81a0caace3dc035ff9010ee01ac162ec86 (patch)
tree42d045bcd2d003ebd30caf7c7d642e03002de35c /themes/venelles.rc
downloadneomutt-4d4c0e81a0caace3dc035ff9010ee01ac162ec86.tar.gz
neomutt-4d4c0e81a0caace3dc035ff9010ee01ac162ec86.tar.bz2
neomutt-4d4c0e81a0caace3dc035ff9010ee01ac162ec86.zip
update
Diffstat (limited to 'themes/venelles.rc')
-rw-r--r--themes/venelles.rc78
1 files changed, 78 insertions, 0 deletions
diff --git a/themes/venelles.rc b/themes/venelles.rc
new file mode 100644
index 0000000..855cb8d
--- /dev/null
+++ b/themes/venelles.rc
@@ -0,0 +1,78 @@
+# venelles.rc
+
+# general
+color error color231 color212
+#color indicator color0 color228
+color indicator color0 color10
+color markers color210 color233
+color message color254 color233
+color normal color254 color233
+color prompt color254 color233
+color search color84 color233
+color status color249 color236
+color tilde color231 color233
+color tree color94 color233
+color quoted color71 color233 # all quoted lines
+color signature color212 color233
+color progress white red
+
+# message index
+color index color159 color233 ~A # all messages
+color index color35 color233 ~P # from me
+color index color46 color233 ~N # new message line
+color index_flags color22 color233 ~Q # replied to line
+color index color178 color233 ~F # flagged message line
+color index_flags color196 color233 ~F # flag colour
+color index color160 color233 ~D # deleted message line
+color index color215 color233 ~T # tagged message line
+color index color197 color233 ~hX-Spam-Flag #spam
+
+# sidebar
+color sidebar_divider color192 color233 # The dividing line between the Sidebar and the Index/Pager panels
+color sidebar_flagged color174 color233 # Mailboxes containing flagged mail
+color sidebar_highlight color233 color101 # Cursor to select a mailbox
+color sidebar_indicator color0 color10 # The mailbox open in the Index panel
+color sidebar_new color46 color233 # Mailboxes containing new mail
+color sidebar_ordinary color192 color233 # Mailboxes that have no new/flagged mails, etc.
+color sidebar_spool_file color192 color233 # Mailbox that receives incoming mail
+color sidebar_unread color192 color233 # Mailboxes containing unread mail
+
+
+# message headers
+color hdrdefault color233 color30
+color header color231 color30 ^Subject:.*
+color header white red ^X-Spam-Flag:.*
+
+# message body
+color attachment color222 color233
+color body color9 color233 [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # email addresses
+
+color body color231 color233 (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* text
+color body color231 color233 (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) # _underlined_ text
+color body color231 color233 (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) # /italic/ text
+color body color124 color233 Sent.from.*
+color body color233 color155 "[;:]-*[)>(<|]"
+color body color196 color233 "[*] .*:$" # Attribution (gukes)
+color body color196 color233 "Le .* a écrit :$" # Attribution (French)
+color body color196 color233 "On .* wrote:$"
+color body color39 color233 "\\[[0-9]+\\]"
+color body color143 color233 "^#v[-+]"
+color body color39 color233 (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # URLs
+color body color235 color233 "\\[.*\\]"
+color body color39 color233 "\\[-- .* --\\]"
+
+# The older the email, the darker it appears.
+color index color250 default "~d >7d" # older than 7 days
+color index color248 default "~d >20d" # older than 20 days
+color index color246 default "~d >30d" # older than 30 days
+color index color244 default "~d >90d" # older than 90 days
+
+# PGP111
+color body color215 color233 "^Bonne signature de : .*"
+color body color215 color233 "créée : .*"
+color body color215 color233 "aka : .*"
+color body color215 color233 "^ATTENTION ! Nous n'avons AUCUNE indication .*"
+color body color215 color233 "^Empreinte : .*"
+color body color196 color233 "^Signature problématique de : .*"
+
+