grub2/loopback: fix highlight readability
Current splash makes it very difficult to read menu entries. Black as a background color is actually interpreted as transparent, so switching to something else so the highlighted menu entry can be read more easily. Gbp-Dch: Short
This commit is contained in:
parent
636e52c36e
commit
7d4fc93205
|
@ -9,7 +9,7 @@ insmod gfxterm
|
|||
insmod png
|
||||
|
||||
set color_normal=light-gray/black
|
||||
set color_highlight=white/black
|
||||
set color_highlight=white/dark-gray
|
||||
|
||||
if [ -e /isolinux/splash.png ]; then
|
||||
# binary_syslinux modifies the theme file to point to the correct
|
||||
|
|
Loading…
Reference in New Issue