+'V': Reversed color layour.
authorlace <>
Sat, 16 Jun 2007 12:52:26 +0000 (12:52 +0000)
committerlace <>
Sat, 16 Jun 2007 12:52:26 +0000 (12:52 +0000)
.muttrc.addons

index 644ee70..1595e9e 100644 (file)
@@ -113,3 +113,4 @@ color body brightcyan black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
 color underline brightgreen black
 mono header underline ^(From|Subject):
 mono quoted bold
+macro index V ":color index black white ''\n:color header black white ^(From|Subject|To|Cc|Bcc|Message-ID):\n:color hdrdefault black white\n:color quoted cyan white\n:color signature brightred white\n:color indicator brightyellow red\n:color error brightred white\n:color status brightyellow blue\n:color tree brightmagenta white  # the thread tree in the index menu\n:color tilde brightmagenta white\n:color message brightcyan white\n:color normal black white\n:color attachment brightmagenta white\n:color search black green  # how to hilite search patterns in the pager\n:color body brightyellow white '(ftp|http)://[^ ]+'  # point out URLs\n:color body black white [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses\n:color underline brightgreen white\n\cl"