From 7d4fc9320554e50cc48844976ad95ad5809a496f Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Wed, 14 Jan 2015 22:33:34 +0000 Subject: 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 --- share/bootloaders/grub-pc/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/bootloaders/grub-pc/grub.cfg b/share/bootloaders/grub-pc/grub.cfg index a80937507..0cfe15bf5 100644 --- a/share/bootloaders/grub-pc/grub.cfg +++ b/share/bootloaders/grub-pc/grub.cfg @@ -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 -- cgit v1.2.3