* Use theme background colour as the colour for dialog title bars and

progress bars (LP: #28795).
master
Colin Watson 17 years ago
parent 6af03559a4
commit 05b6a3e875

2
debian/changelog vendored

@ -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 <cjwatson@ubuntu.com> Sun, 03 Feb 2008 18:09:54 +0000

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

Loading…
Cancel
Save