diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-14 22:33:34 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-16 16:29:00 +0000 |
commit | 7d4fc9320554e50cc48844976ad95ad5809a496f (patch) | |
tree | 0ae7c50b0de04f61ee888d89a2a2d6fc95a9f0e7 /share | |
parent | 636e52c36e008da8be3e168f30fae45d49c039c2 (diff) | |
download | vyos-live-build-7d4fc9320554e50cc48844976ad95ad5809a496f.tar.gz vyos-live-build-7d4fc9320554e50cc48844976ad95ad5809a496f.zip |
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
Diffstat (limited to 'share')
-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 |