# ALTLinux LXDEsktop 6.0 theme for GRUB2.

#general settings
title-text: ""
message-font: "Misc Fixed Regular 13"
message-color: "#000000"
message-bg-color: "#ffffff"
desktop-image: "boot.png"
terminal-box: "console_*.png"
terminal-font: "Misc Fixed Regular 13"

#help bar at the bottom
+ label
{
	left = 0
	top = 100%-25
	width = 100%
#	text = "Press 'Enter' to execute highlighted menu item, 'e' to edit the commands before booting or 'c' for command-line."
	text = "Нажмите 'Enter' для выполнения выделенного пункта меню, 'e' для редактирования команд до загрузки,'c' для вызова командной строки."
	font = "DejaVu Sans Regular 10"
	color = "#000000"
	align = "center"
}

#menu
+ boot_menu
{
	left = 21%
	width = 58%
	top = 30%
	height = 40%
	item_font = "DejaVu Sans Regular 12"
	selected_item_font = "DejaVu Sans Bold 14"
	icon_height = 24
	icon_width = 24
	item_height = 26
	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 = "#001056"
	selected_item_color = "#ffffff"
}

#timer text
+ progress_bar
{
	id = "__timeout__"
	left = 10%
	top = 20%
	width = 80%
	bar_style = "progress_frame_*.png"
	highlight_style = "progress_hl_*.png"
	text = "@TIMEOUT_NOTIFICATION_LONG@"
	font = "Misc Fixed Regular 13"
	text_color = "#ffffff"
	align = "center"
}
