Package: grub2
Version: 1.95+20080116-2
Severity: minor
Tags: patch
Hi,
again bugging you with a minor issue. ;)
I believe the highlighting of the menu items is ambigous when the newly
introduced background image is enabled.
Consider you have only two menu items. Which one is 'highlighted',
magenta or black?
Magenta is a dark color (at least on my CRT) and does not provide the
best possible contrast to black. Furthermore i believe that a colored
background indicates the selected menu item in a more obviuos way than
colored text.
Please consider applying the attached patch, it has proven to look nice
on my screen.
If you don't like it, please close this bug.
Cheers,
Fabian
--- 05_debian_theme~ 2008-01-21 09:11:49.000000000 +0100
+++ 05_debian_theme 2008-01-21 09:14:17.000000000 +0100
@@ -3,7 +3,7 @@
# for convert_system_path_to_grub_path()
source /usr/lib/grub/update-grub_lib
-# Disabled due to bug in desktop-base 4.0.5 - pending to reenable
+# Enable Debian background provided by desktop-base (4.0.6)
if [ "$GRUB_TERMINAL" = "gfxterm" ] \
&& bg=`convert_system_path_to_grub_path /usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.tga` ; then
echo "Found Debian background: `basename ${bg}`" >&2
@@ -11,7 +11,7 @@
insmod tga
background_image ${bg}
set color_normal=black/black
-set color_highlight=magenta/black
+set color_highlight=white/magenta
EOF
else
# set the traditional Debian blue theme