diff --git a/debian/changelog b/debian/changelog index 034b290..75ba481 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +desktop-base (6.0.1) UNRELEASED; urgency=low + + * grub/grub_background.sh: invert highlight and normal text color for better + readability. + + -- Yves-Alexis Perez Wed, 17 Nov 2010 22:26:39 +0100 + desktop-base (6.0.0) unstable; urgency=low * The “Welcome Noémie” upload, adding Squeeze artwork. diff --git a/grub/grub_background.sh b/grub/grub_background.sh index 75d9547..1a0e99c 100644 --- a/grub/grub_background.sh +++ b/grub/grub_background.sh @@ -1,3 +1,3 @@ WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png -COLOR_NORMAL=white/black -COLOR_HIGHLIGHT=light-gray/black +COLOR_NORMAL=light-gray/black +COLOR_HIGHLIGHT=white/black