[syslinux] Customized theme for Syslinux.cfg

Gregory Bartholomew gregory.lee.bartholomew at gmail.com
Thu Oct 15 15:53:09 PDT 2020


On Thu, Oct 15, 2020 at 4:58 PM Donald, Nicholas via Syslinux <
syslinux at syslinux.org> wrote:

> ... Does anyone know what file in the syslinux repository code has the
> code that builds the menu border, so that I can delete the menu border?
> Also if you know any other links that allow for deleting the menu border in
> syslinux?
> ...


Is setting the border color equal to the background color not sufficient?
E.g.:

default BLS001
timeout 300

ui vesamenu.c32

menu color screen 0 #ff808080 #ff000000 none
menu color border 0 #ff000000 #ff000000 none
menu color title 0 #ff808080 #ff000000 none
menu color unsel 0 #ff808080 #ff000000 none
menu color hotkey 0 #ff808080 #ff000000 none
menu color sel   0 #ffffffff #ff000000 none
menu color hotsel 0 #ff808080 #ff000000 none
menu color disabled 0 #ff808080 #ff000000 none
menu color scrollbar 0 #ff808080 #ff000000 none
menu color tabmsg 0 #ff808080 #ff000000 none
menu color cmdmark 0 #ff808080 #ff000000 none
menu color cmdline 0 #ff808080 #ff000000 none
menu color pwdborder 0 #ff808080 #ff000000 none
menu color pwdheader 0 #ff808080 #ff000000 none
menu color pwdentry 0 #ff808080 #ff000000 none
menu color timeout_msg 0 #ff808080 #ff000000 none
menu color timeout 0 #ff808080 #ff000000 none
menu color msg04 0 #ff808080 #ff000000 none

menu background #ff000000
menu resolution 800 600
menu title HAL 9000

bls1 include


More information about the Syslinux mailing list