summaryrefslogtreecommitdiff
path: root/mutt/.mutt/colors
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2023-07-01 12:35:31 -0500
committerBobby Bingham <koorogi@koorogi.info>2023-07-01 12:35:31 -0500
commitb71140bb54cf246a30f768b526e5f0737a45dc7c (patch)
tree58ab292d81a88f538aed8cf55c2a56a129fd2a8f /mutt/.mutt/colors
parent180845d5c4603d615c7d272faecfa4b6e340b0da (diff)
mutt: remove config
Diffstat (limited to 'mutt/.mutt/colors')
-rw-r--r--mutt/.mutt/colors44
1 files changed, 0 insertions, 44 deletions
diff --git a/mutt/.mutt/colors b/mutt/.mutt/colors
deleted file mode 100644
index 9290f29..0000000
--- a/mutt/.mutt/colors
+++ /dev/null
@@ -1,44 +0,0 @@
-# -*- muttrc -*-
-
-# general ui
-color error brightred black
-color status white blue
-color search brightwhite magenta
-color indicator black green
-color markers brightwhite yellow
-
-# messages in the index
-color tree red black
-color index black red ~F # flagged
-color index brightwhite black ~U # unread
-color index green black ~N # new
-color index brightmagenta black ~T # tagged
-color index brightblack black ~D # deleted
-
-# boring text
-color message white black
-color normal white black
-
-# various forms of emphasis
-color bold brightyellow black
-color underline brightyellow black
-
-# quoted text
-color quoted green black
-color quoted1 blue black
-color quoted2 cyan black
-color quoted3 magenta black
-
-color attachment yellow black
-color signature brightblack black
-
-# highlight URLs in messages
-color body brightblue black "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
-color body brightblue black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
-color body brightblue black "news:[^ \">\t\r\n]*"
-# email addresses
-color body brightblue black "[-a-z_0-9.%$+=]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
-
-# colorize diffs
-auto_view text/x-diff
-auto_view text/x-patch