diff options
Diffstat (limited to 'share/bootloaders/grub-pc/grub.cfg')
-rw-r--r-- | share/bootloaders/grub-pc/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |