Blue border in UBCD grub4dos menu
Posted: Mon May 06, 2013 6:10 am
Screenshot:

I can make a little cosmetic change on the grub4dos menus of UBCD. In case you didn't notice on the screenshot above, the border is now in blue instead of cyan.
To do this, you need a more recent version of grub4dos. In 2013-03-02, the grub4dos developers made a bug fix that allows the border to be shown in different color. I discovered this in their changelog:
Because there is very little documentation written about this new color syntax, I'm preparing some notes describing how it works and how to use it. Please let me know if anyone wants this information.
EDIT: fix the broken link of screenshot.

I can make a little cosmetic change on the grub4dos menus of UBCD. In case you didn't notice on the screenshot above, the border is now in blue instead of cyan.
To do this, you need a more recent version of grub4dos. In 2013-03-02, the grub4dos developers made a bug fix that allows the border to be shown in different color. I discovered this in their changelog:
(English translation)2013-03-02
1.解决 Issue 117: menu border has arrow symbol (bottom right)
2.让其它显示模式也可以指定菜单框颜色。color border=xx
So I tried it out. In "ubcd/menus/grub4dos" directory, you will find this line at the top of the .lst files.2013-03-02
1. Resolved issue #117: menu border has arrow symbol (bottom right)
2. Allow other display modes to specify the menu border color.color border=xx
Add this color command below it:color cyan/black black/light-gray green/black yellow/black
Save the .lst files and test UBCD. The UBCD menu should have a blue border like above.color cyan/black black/light-gray green/black yellow/black
color standard=0x07 border=0x01
Because there is very little documentation written about this new color syntax, I'm preparing some notes describing how it works and how to use it. Please let me know if anyone wants this information.
EDIT: fix the broken link of screenshot.