Fix GRUB theme
This commit is contained in:
parent
b7e032292f
commit
ff33ceb440
@ -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
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-bootloader ";done )
|
||||
|
||||
%define grub_normal white/dark-gray
|
||||
%define grub_high black/white
|
||||
%define grub_normal white/light-blue
|
||||
%define grub_high black/light-gray
|
||||
|
||||
%description bootloader
|
||||
Here you find the graphical boot logo for %distro_name.
|
||||
|
@ -21,10 +21,10 @@
|
||||
# THE SOFTWARE.
|
||||
|
||||
#general settings
|
||||
message-font: "Misc Fixed Bold 13"
|
||||
message-font: "DejaVu Sans Regular 12"
|
||||
title-text: ""
|
||||
message-color: "#000000"
|
||||
message-bg-color: "#ffffff"
|
||||
message-bg-color: "#0c2c6c"
|
||||
desktop-image: "boot.png"
|
||||
terminal-font: "Misc Fixed Regular 13"
|
||||
|
||||
@ -34,16 +34,17 @@ terminal-font: "Misc Fixed Regular 13"
|
||||
left = 0
|
||||
width = 100%
|
||||
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"
|
||||
font = "DejaVu Sans Regular 10"
|
||||
color = "#000000"
|
||||
font = "DejaVu Sans Regular 12"
|
||||
color = "#F8E97C"
|
||||
}
|
||||
|
||||
#menu
|
||||
+ boot_menu {
|
||||
left = 20%
|
||||
width = 75%
|
||||
left = 16%
|
||||
width = 68%
|
||||
top = 30%
|
||||
height = 40%
|
||||
item_font = "DejaVu Sans Bold 14"
|
||||
@ -54,12 +55,13 @@ terminal-font: "Misc Fixed Regular 13"
|
||||
item_padding = 0
|
||||
item_icon_space = 0
|
||||
item_spacing = 1
|
||||
selected_item_pixmap_style = "selected_blob_*.png"
|
||||
scrollbar = true
|
||||
scrollbar_width = 20
|
||||
scrollbar_thumb = "scrollbar_slider_*.png"
|
||||
scrollbar_frame = "scrollbar_border_*.png"
|
||||
item_color = "#676769"
|
||||
selected_item_color = "#000080"
|
||||
item_color = "#b5bdd0"
|
||||
selected_item_color = "#ffffff"
|
||||
}
|
||||
|
||||
+ circular_progress
|
||||
|
Loading…
x
Reference in New Issue
Block a user