Updating GRUB a bit

This commit is contained in:
Paul Tagliamonte
2012-07-27 02:16:24 +00:00
parent 821d63d9cb
commit 4afa2e13ee
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@@ -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 <paultag@debian.org> Mon, 09 Jul 2012 20:24:40 -0400

View File

@@ -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