From d4e1d705cb4497167f1a48c96fac90a43b43d6a6 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 10 Aug 2017 09:32:29 +0200 Subject: [PATCH] mutt theme: customizations to fit terminal background color --- mutt/theme | 62 +++++++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/mutt/theme b/mutt/theme index ab9f3cf..8a73474 100644 --- a/mutt/theme +++ b/mutt/theme @@ -15,18 +15,18 @@ # color message color230 color234 # --- slightly less yellow text colors --- -color normal color253 color234 # mod +# color normal color253 color234 # mod # color normal color253 color233 # mod -# color normal color253 default # mod +color normal color253 default # mod color indicator color230 color238 color status color101 color16 # color tree color113 color234 # color tree color173 color234 -color tree color208 color234 -color signature color102 color234 -color message color253 color234 -color attachment color117 color234 -color error color30 color234 +color tree color208 default +color signature color102 default +color message color253 default +color attachment color117 default +color error color30 default color tilde color130 color235 color search color100 default @@ -37,16 +37,16 @@ color markers color138 default # mono underline reverse # color underline color48 color191 -color quoted color107 color234 # quoted text -color quoted1 color66 color234 -color quoted2 color32 color234 -color quoted3 color30 color234 -color quoted4 color99 color234 -color quoted5 color36 color234 -color quoted6 color114 color234 -color quoted7 color109 color234 -color quoted8 color41 color234 -color quoted9 color138 color234 +color quoted color107 default # quoted text +color quoted1 color66 default +color quoted2 color32 default +color quoted3 color30 default +color quoted4 color99 default +color quoted5 color36 default +color quoted6 color114 default +color quoted7 color109 default +color quoted8 color41 default +color quoted9 color138 default # color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+" # color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" @@ -54,11 +54,11 @@ color quoted9 color138 color234 # color body green default "(^| )_[-a-z0-9_]+_[,.?]?[\n]" # color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]" # color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]" -color index color202 color234 ~F # Flagged -color index color39 color234 ~N # New -color index color39 color234 ~O +color index color202 default ~F # Flagged +color index color39 default ~N # New +color index color39 default ~O color index color229 color22 ~T # Tagged -color index color240 color234 ~D # Deleted +color index color240 default ~D # Deleted # --- @@ -69,13 +69,13 @@ color index color240 color234 ~D # Deleted # --- header --- -color hdrdefault color30 color233 -color header color132 color233 '^date:' -color header color153 color233 '^(to|cc|bcc):' -color header color120 color233 '^from:' -color header color178 color233 '^subject:' -color header color31 color233 '^user-agent:' -color header color29 color233 '^reply-to:' +color hdrdefault color30 default +color header color132 default '^date:' +color header color153 default '^(to|cc|bcc):' +color header color120 default '^from:' +color header color178 default '^subject:' +color header color31 default '^user-agent:' +color header color29 default '^reply-to:' #color header magenta default '^(status|lines|date|received|sender|references):' #color header magenta default '^(pr|mime|x-|user|return|content-)[^:]*:' @@ -92,4 +92,8 @@ color header color29 color233 '^reply-to:' #mono index bold '~h "^content-type: *(multipart/(mixed|signed|encrypted)|application/)"' #color index green black '~h "^content-type: *multipart/(signed|encrypted)"' -#color sidebar_new color39 color234 +#color sidebar_new color39 default + +# Local Variables: +# mode: muttrc +# End: