summaryrefslogtreecommitdiff
path: root/README.menu
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-06-05 13:52:03 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-06-05 13:52:03 -0700
commitbc97f0c0b51bd1fdc49f756200dd2805f7aac08d (patch)
tree7766d25ad15dea906a532a81f198794c5887a483 /README.menu
parent350051f3fe38c27e2c32e12aacd7417e845fd428 (diff)
downloadsyslinux-bc97f0c0b51bd1fdc49f756200dd2805f7aac08d.tar.gz
com32: change the message color scheme; background 0 is always transparent
Change the default message color scheme, and allow the user to tweak the global parameters as well as individual entries.
Diffstat (limited to 'README.menu')
-rw-r--r--README.menu14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.menu b/README.menu
index 437105bd..71d32e51 100644
--- a/README.menu
+++ b/README.menu
@@ -253,7 +253,19 @@ MENU COLOR element ansi foreground background shadow
menu color timeout_msg 37;40 #80ffffff #00000000 std
menu color timeout 1;37;40 #c0ffffff #00000000 std
menu color help 37;40 #c0ffffff #00000000 std
- menu color msg07 37;40 #c0ffffff #40000000 std
+ menu color msg07 37;40 #90ffffff #00000000 std
+
+
+MENU MSGCOLOR fg_filter bg_filter shadow
+
+ Sets *all* the msgXX colors to a color scheme derived from the
+ fg_filter and bg_filter values. Background color zero is
+ always treated as transparent. The default corresponds to:
+
+ menu msgcolor #90ffffff #80ffffff std
+
+ This directive should come before any directive that
+ customizes individual msgXX colors.
MENU WIDTH 80