summaryrefslogtreecommitdiff
path: root/mutt/.mutt/colors
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2019-04-15 14:42:44 -0500
committerBobby Bingham <koorogi@koorogi.info>2019-04-15 14:42:44 -0500
commitce6d4ba0d2879b85c9ab66ec40f919705d5b3ce1 (patch)
tree1e3b9bd911042941c69479c4b72ce7503f3e655b /mutt/.mutt/colors
parent7962f37e0fdfd8092031e95824057c4b2d3b1804 (diff)
mutt: change colors
Diffstat (limited to 'mutt/.mutt/colors')
-rw-r--r--mutt/.mutt/colors14
1 files changed, 7 insertions, 7 deletions
diff --git a/mutt/.mutt/colors b/mutt/.mutt/colors
index 1f95712..9290f29 100644
--- a/mutt/.mutt/colors
+++ b/mutt/.mutt/colors
@@ -2,7 +2,7 @@
# general ui
color error brightred black
-color status black blue
+color status white blue
color search brightwhite magenta
color indicator black green
color markers brightwhite yellow
@@ -11,7 +11,7 @@ color markers brightwhite yellow
color tree red black
color index black red ~F # flagged
color index brightwhite black ~U # unread
-color index brightgreen black ~N # new
+color index green black ~N # new
color index brightmagenta black ~T # tagged
color index brightblack black ~D # deleted
@@ -24,13 +24,13 @@ color bold brightyellow black
color underline brightyellow black
# quoted text
-color quoted brightgreen brightblack
-color quoted1 brightblue brightblack
-color quoted2 brightcyan brightblack
-color quoted3 brightmagenta brightblack
+color quoted green black
+color quoted1 blue black
+color quoted2 cyan black
+color quoted3 magenta black
color attachment yellow black
-color signature brightgreen black
+color signature brightblack black
# highlight URLs in messages
color body brightblue black "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"