diff options
Diffstat (limited to 'templates/syslinux/menu/header.cfg')
-rw-r--r-- | templates/syslinux/menu/header.cfg | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/templates/syslinux/menu/header.cfg b/templates/syslinux/menu/header.cfg index bb3dac8a0..9d89bdc62 100644 --- a/templates/syslinux/menu/header.cfg +++ b/templates/syslinux/menu/header.cfg @@ -5,13 +5,17 @@ timeout {$LH_SYSLINUX_TIMEOUT} prompt 0 menu background {$SPLASH} -menu color title * #ffffffff * -menu color border * #00000000 #00000000 none -menu color sel * #ffffffff #76a1d0ff * -menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * -menu color hotkey 1;37;40;44 #90ffffff #00000000 std -menu vshift 7 -menu hshift 6 -menu width 67 -menu tabmsg Press [tab] to edit the menu entry +menu color border * #00000000 #00000000 none +menu color sel * #ffffffff #ff4c0000 none +menu color unsel * #ff4c0000 #00000000 none +menu color hotsel * #fffc1818 #ff4c0000 none +menu color hotkey * #fffc1818 #ffffffff none +menu color tabmsg * #ff4c0000 #00000000 none +menu color timeout_msg * #ff4c0000 #00000000 none +menu color timeout * #fffc1818 #00000000 none +menu vshift 8 +menu hshift 5 +menu width 70 +menu tabmsg Press [Tab] to edit the menu entry +menu autoboot Boot default in # seconds menu timeoutrow 16 |