Fix GRUB theme

This commit is contained in:
Andrey Cherepanov 2013-08-06 13:03:13 +04:00
parent b7e032292f
commit ff33ceb440
2 changed files with 13 additions and 11 deletions

View File

@ -45,8 +45,8 @@ Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design
Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-bootloader ";done ) Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-bootloader ";done )
%define grub_normal white/dark-gray %define grub_normal white/light-blue
%define grub_high black/white %define grub_high black/light-gray
%description bootloader %description bootloader
Here you find the graphical boot logo for %distro_name. Here you find the graphical boot logo for %distro_name.

View File

@ -21,10 +21,10 @@
# THE SOFTWARE. # THE SOFTWARE.
#general settings #general settings
message-font: "Misc Fixed Bold 13" message-font: "DejaVu Sans Regular 12"
title-text: "" title-text: ""
message-color: "#000000" message-color: "#000000"
message-bg-color: "#ffffff" message-bg-color: "#0c2c6c"
desktop-image: "boot.png" desktop-image: "boot.png"
terminal-font: "Misc Fixed Regular 13" terminal-font: "Misc Fixed Regular 13"
@ -34,16 +34,17 @@ terminal-font: "Misc Fixed Regular 13"
left = 0 left = 0
width = 100% width = 100%
height = 20 height = 20
text = "To boot the selected operating system using default settings, press return. For additional settings, press E" #text = "To boot the selected operating system using default settings, press Enter. For additional settings, press E"
text = "Для запуска системы выберите пункт меню и нажмите Enter. Для редактирования меню нажмите E"
align = "center" align = "center"
font = "DejaVu Sans Regular 10" font = "DejaVu Sans Regular 12"
color = "#000000" color = "#F8E97C"
} }
#menu #menu
+ boot_menu { + boot_menu {
left = 20% left = 16%
width = 75% width = 68%
top = 30% top = 30%
height = 40% height = 40%
item_font = "DejaVu Sans Bold 14" item_font = "DejaVu Sans Bold 14"
@ -54,12 +55,13 @@ terminal-font: "Misc Fixed Regular 13"
item_padding = 0 item_padding = 0
item_icon_space = 0 item_icon_space = 0
item_spacing = 1 item_spacing = 1
selected_item_pixmap_style = "selected_blob_*.png"
scrollbar = true scrollbar = true
scrollbar_width = 20 scrollbar_width = 20
scrollbar_thumb = "scrollbar_slider_*.png" scrollbar_thumb = "scrollbar_slider_*.png"
scrollbar_frame = "scrollbar_border_*.png" scrollbar_frame = "scrollbar_border_*.png"
item_color = "#676769" item_color = "#b5bdd0"
selected_item_color = "#000080" selected_item_color = "#ffffff"
} }
+ circular_progress + circular_progress