jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit a4127f6afd78f4fab5a97e4d322f307d7e7caed8
parent 718564e2bf8c41f6b957f3356990a2cf1453bf2d
Author: Jaromil <jaromil@dyne.org>
Date:   Mon,  4 Jun 2012 19:06:43 +0200

backgroun to black

Diffstat:
Msrc/mutt/colors | 70+++++++++++++++++++++++++++++++++++-----------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)

diff --git a/src/mutt/colors b/src/mutt/colors @@ -6,49 +6,49 @@ # white - brightwhite # yellow - brightyellow # green - brightgreen # magenta - brightmagenta # blue - brightblue # black - brightblack -color normal white default -color tilde white default -color indicator brightgreen default -color tree brightred default # the thread tree in the index menu -color status cyan default -color hdrdefault cyan default -color body magenta default "(ftp|http)://[^ ]+" # point out URLs -color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses -color underline brightgreen default -color markers brightblack default -color signature green default -color error red default -color attachment brightmagenta default -color search default green # how to hilite search patterns in the pager +color normal white black +color tilde white black +color indicator brightgreen black +color tree brightred black # the thread tree in the index menu +color status cyan black +color hdrdefault cyan black +color body magenta black "(ftp|http)://[^ ]+" # point out URLs +color body magenta black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses +color underline brightgreen black +color markers brightblack black +color signature green black +color error red black +color attachment brightmagenta black +color search black green # how to hilite search patterns in the pager # headers -color header brightred default ^(From|Subject|Date|To): +color header brightred black ^(From|Subject|Date|To): # quoted message -color quoted brightgreen default -color quoted1 green default -color quoted2 brightgreen default -color quoted3 green default -color quoted4 brightgreen default -color quoted5 green default +color quoted brightgreen black +color quoted1 green black +color quoted2 brightgreen black +color quoted3 green black +color quoted4 brightgreen black +color quoted5 green black # Colours for items in the index -color index cyan default "." -color index white default "~N" # New -color index brightcyan default "~O" # Unread -color index brightgreen default "~N (~x jaromil@* | ~h \"^In-[Rr]eply-[Tt]o: .*jaromil@*")" -color index yellow default "~f jaromil@*" +color index cyan black "." +color index white black "~N" # New +color index brightcyan black "~O" # Unread +color index brightgreen black "~N (~x jaromil@* | ~h \"^In-[Rr]eply-[Tt]o: .*jaromil@*")" +color index yellow black "~f jaromil@*" -# color index brightblue default "~g" # gpg signed -color index brightgreen default "~G" # gpg encrypted +# color index brightblue black "~g" # gpg signed +color index brightgreen black "~G" # gpg encrypted -color index brightgreen default "~F" # Flagged -color index brightred default "~T" # Tagged -color index red default "~f MAILER-DAEMON@*" -color index red default "~f Mailer-Daemon@*" -color index default brightblue "~v" # Collapsed thread with some unread +color index brightgreen black "~F" # Flagged +color index brightred black "~T" # Tagged +color index red black "~f MAILER-DAEMON@*" +color index red black "~f Mailer-Daemon@*" +color index black brightblue "~v" # Collapsed thread with some unread -color index red default "~=" # Duplicated messages -color index brightblack default "~D" # Deleted +color index red black "~=" # Duplicated messages +color index brightblack black "~D" # Deleted