summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2016-02-13 12:55:34 +0100
committerVictor Toso <victortoso@redhat.com>2016-02-13 15:44:17 +0100
commit2e930c9536e009b4a5ab3b0a4f6bb5f704c41635 (patch)
tree8287df5f0dc87433f4c4ba2fed3a828139f389b0
parent408f7e47c7531eb366dba4f26192d68c060797bf (diff)
mutt: colors change on quote
The main rationale for it is that with a different background is very easy to find in line replies. Different levels of quote toggles between two colors... it is enough for me, this does not need to be a carnival! I've switch the color index-new-messages and folders-with-new-messages and the indicator.. but that's still wip ;)
-rw-r--r--mutt/colors22
1 files changed, 11 insertions, 11 deletions
diff --git a/mutt/colors b/mutt/colors
index 8e4b581..fb2dbd5 100644
--- a/mutt/colors
+++ b/mutt/colors
@@ -1,12 +1,12 @@
# --------------------------------------------------------------------------- #
# Items in index ------------------------------------------------------------ #
-color index color118 color000 ~N # new
+color index color220 color000 ~N # new
color index color161 color000 ~F # flag
color index color208 color000 ~T # tagged
color index color055 color175 ~D # deleted
# --------------------------------------------------------------------------- #
# Sidebar ------------------------------------------------------------------- #
-color sidebar_new color148 color000 # folders with new messages
+color sidebar_new color220 color000 # folders with new messages
# --------------------------------------------------------------------------- #
# Urls ---------------------------------------------------------------------- #
color body color118 black "(https|http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
@@ -41,17 +41,17 @@ color header yellow color000 "^X-SpamProbe:"
color header red color000 "^X-SpamProbe: SPAM"
# --------------------------------------------------------------------------- #
# Quoted -------------------------------------------------------------------- #
-color quoted cyan color000
-color quoted1 yellow color000
-color quoted2 red color000
-color quoted3 green color000
-color quoted4 cyan color000
-color quoted5 yellow color000
-color quoted6 red color000
-color quoted7 green color000
+color quoted color203 color235
+color quoted1 color215 color235
+color quoted2 color203 color235
+color quoted3 color215 color235
+color quoted4 color203 color235
+color quoted5 color215 color235
+color quoted6 color203 color235
+color quoted7 color215 color235
# --------------------------------------------------------------------------- #
# Default ------------------------------------------------------------------- #
-color indicator color203 color235
+color indicator color118 color235
color tree color203 color000
color attachment color000 color131
color signature color208 color000