summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2015-01-09 14:22:01 -0800
committerKevin McCarthy <kevin@8t8.us>2015-01-09 14:22:01 -0800
commitd4cab506c58db6bf887d5a0735c6b9598f21fe79 (patch)
tree06f0f6a2013293aa8ff966e8a773c7372928bf80 /contrib
parent0edb1e37a0535647699beb524bd10e1cdfc21df5 (diff)
Add color type for prompts.
This adds a new color type, MT_COLOR_PROMPT, that can be used to colorize prompts (fields, yes/no, multi_choice). Thanks to Ben Boeckel for the patch!
Diffstat (limited to 'contrib')
-rw-r--r--contrib/colors.default1
-rw-r--r--contrib/colors.linux1
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/colors.default b/contrib/colors.default
index 84298e9a..1cbc8d7e 100644
--- a/contrib/colors.default
+++ b/contrib/colors.default
@@ -6,6 +6,7 @@ color hdrdefault blue white
color quoted blue white
color signature red white
color attachment red white
+color prompt brightmagenta white
color message brightred white
color error brightred white
color indicator brightyellow red
diff --git a/contrib/colors.linux b/contrib/colors.linux
index 1366a9c1..39b16b2b 100644
--- a/contrib/colors.linux
+++ b/contrib/colors.linux
@@ -6,6 +6,7 @@ color hdrdefault blue black
color quoted blue black
color signature blue black
color attachment red black
+color prompt brightmagenta black
color message brightred black
color error brightred black
color indicator black red