summaryrefslogtreecommitdiff
path: root/README.menu
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-09-21 16:44:31 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-09-21 16:44:31 -0700
commit6ba87f949b0e232f54c8a1552f9a0ed6ff4e9ae1 (patch)
tree442c8eb2f38cf6c25c8f29f648098d46b43c216e /README.menu
parentc5483c388bed52d4c0299d98e3678a2c3c24e985 (diff)
downloadsyslinux-6ba87f949b0e232f54c8a1552f9a0ed6ff4e9ae1.tar.gz
Use the color table for the shadow, and make it user controllable
Diffstat (limited to 'README.menu')
-rw-r--r--README.menu44
1 files changed, 26 insertions, 18 deletions
diff --git a/README.menu b/README.menu
index dac35966..3ec9abc7 100644
--- a/README.menu
+++ b/README.menu
@@ -113,7 +113,7 @@ MENU BACKGROUND filename
be 640x480 pixels and either in PNG or JPEG format.
-MENU COLOR element ansi foreground background
+MENU COLOR element ansi foreground background shadow
Sets the color of element "element" to the specified color
sequence:
@@ -179,27 +179,35 @@ MENU COLOR element ansi foreground background
white.
- If any field is set to "*" then that field is left unchanged.
+ "shadow" controls the handling of the graphical console text
+ shadow. Permitted values are "none" (no shadowing), "std" or
+ "standard" (standard shadowing - foreground pixels are
+ raised), "all" (both background and foreground raised), and
+ "rev" or "reverse" (background pixels are raised.)
+
+
+ If any field is set to "*" or omitted (at the end of the line)
+ then that field is left unchanged.
The current defaults are:
- menu color screen 37;40 #80ffffff #00000000
- menu color border 30;44 #40000000 #00000000
- menu color title 1;36;44 #c00090f0 #00000000
- menu color unsel 37;44 #90ffffff #00000000
- menu color hotkey 1;37;44 #ffffffff #00000000
- menu color sel 7;37;40 #e0000000 #20ff8000
- menu color hotsel 1;7;37;40 #e0400000 #20ff8000
- menu color scrollbar 30;44 #40000000 #00000000
- menu color tabmsg 31;40 #90ffff00 #00000000
- menu color cmdmark 1;36;40 #c000ffff #00000000
- menu color cmdline 37;40 #c0ffffff #00000000
- menu color pwdborder 30;47 #80ffffff #20ffffff
- menu color pwdheader 31;47 #80ff8080 #20ffffff
- menu color pwdentry 30;47 #80ffffff #20ffffff
- menu color timeout_msg 37;40 #80ffffff #00000000
- menu color timeout 1;37;40 #c0ffffff #00000000
+ menu color screen 37;40 #80ffffff #00000000 std
+ menu color border 30;44 #40000000 #00000000 std
+ menu color title 1;36;44 #c00090f0 #00000000 std
+ menu color unsel 37;44 #90ffffff #00000000 std
+ menu color hotkey 1;37;44 #ffffffff #00000000 std
+ menu color sel 7;37;40 #e0000000 #20ff8000 all
+ menu color hotsel 1;7;37;40 #e0400000 #20ff8000 all
+ menu color scrollbar 30;44 #40000000 #00000000 std
+ menu color tabmsg 31;40 #90ffff00 #00000000 std
+ menu color cmdmark 1;36;40 #c000ffff #00000000 std
+ menu color cmdline 37;40 #c0ffffff #00000000 std
+ menu color pwdborder 30;47 #80ffffff #20ffffff std
+ menu color pwdheader 31;47 #80ff8080 #20ffffff std
+ menu color pwdentry 30;47 #80ffffff #20ffffff std
+ menu color timeout_msg 37;40 #80ffffff #00000000 std
+ menu color timeout 1;37;40 #c0ffffff #00000000 std
MENU WIDTH 80