From: Christian Hofstaedtler Date: Thu, 8 Dec 2011 00:11:21 +0000 (+0100) Subject: Update grub background picture X-Git-Tag: v0.17.0~13 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d3176d7b9f7565a9c864be3a569629abecd84eb7 Update grub background picture --- diff --git a/templates/boot/grub/grml.png b/templates/boot/grub/grml.png index 9506495..f389606 100644 Binary files a/templates/boot/grub/grml.png and b/templates/boot/grub/grml.png differ diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index 996b15b..6322d6c 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -11,9 +11,9 @@ if loadfont /boot/grub/ascii.pf2 ; then fi if background_image /boot/grub/grml.png ; then - set color_normal=black/black + set color_normal=white/black set color_highlight=red/black - set menu_color_normal=black/black + set menu_color_normal=white/black set menu_color_highlight=black/yellow else set menu_color_normal=white/black