diff --git a/debian/changelog b/debian/changelog index 28a6be8..5b583ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ gfxboot-theme-ubuntu (0.5.2) UNRELEASED; urgency=low * Add acpi=off, noapic, and nolapic options to the "Other Options" menu. * Display the "Other Options" menu for the live CD too, but without the d-i expert mode option. + * Use theme background colour as the colour for dialog title bars and + progress bars (LP: #28795). -- Colin Watson Sun, 03 Feb 2008 18:09:54 +0000 diff --git a/menuconfig.inc b/menuconfig.inc index bf9011f..f9cb679 100644 --- a/menuconfig.inc +++ b/menuconfig.inc @@ -221,7 +221,9 @@ dup "gfxboot-background" eq { over menuconfig.skipspace menuconfig.strtol dup .undef ne { /menu.text.normal over def - /panel.normal exch def + /panel.normal over def + /loading_color over def + /title.bg exch def } { pop } ifelse } if dup "gfxboot-access-options" eq {