From 4afa2e13ee56f541fff7fab391d89dd38755b4a3 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Fri, 27 Jul 2012 02:16:24 +0000 Subject: [PATCH] Updating GRUB a bit --- debian/changelog | 2 ++ grub/grub_background.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b70f59b..acc2988 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ desktop-base (7.0.1) UNRELEASED; urgency=low * Add ${misc:Depends} to the Depends for the binary package. We're using debhelper, so we should behave nicely. * Updated GDM & KDM's login background to have branding in the lower-right. + * Inverting the GRUB highlight colors. This helps those who might be hard + of sight, or think it's generally hard to see. (Closes: #680505) -- Paul Tagliamonte Mon, 09 Jul 2012 20:24:40 -0400 diff --git a/grub/grub_background.sh b/grub/grub_background.sh index 1a0e99c..c7ba469 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=light-gray/black -COLOR_HIGHLIGHT=white/black +COLOR_NORMAL=white/black +COLOR_HIGHLIGHT=black/white