Disable render GRUB menu using PNG images, use pure colors

This commit is contained in:
Andrey Cherepanov 2015-04-11 23:00:12 +03:00
parent b981aa9eba
commit d9a178bb79
2 changed files with 4 additions and 3 deletions

View File

@ -509,6 +509,7 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
- Update copyright years, fix VK group URL and update company address
- Fix button gluing in web interface
- Fix package name with Droid fonts
- Disable render GRUB menu using PNG images, use pure colors
* Wed Jun 11 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.5-alt0.M70P.1
- Backport to p7 branch

View File

@ -65,11 +65,11 @@ terminal-font: "Misc Fixed Regular 13"
item_padding = 0
item_icon_space = 0
item_spacing = 1
selected_item_pixmap_style = "selected_blob_*.png"
#selected_item_pixmap_style = "selected_blob_*.png"
scrollbar = true
scrollbar_width = 20
scrollbar_thumb = "scrollbar_slider_*.png"
scrollbar_frame = "scrollbar_border_*.png"
#scrollbar_thumb = "scrollbar_slider_*.png"
#scrollbar_frame = "scrollbar_border_*.png"
item_color = "#000080"
selected_item_color = "#ffffff"
}