# MosTech theme for GRUB2

# Main
title-text: ""
title-font: "Terminus Bold 18"
title-color: "#ffffff"
message-font: "Terminus Bold 18"
message-color: "#000000"
message-bg-color: "#ffffff"
desktop-color: "#031030"
terminal-font: "Terminus Bold 18"
terminal-box: "terminal_box_*.png"
terminal-left: "10%"
terminal-top: "22%"
terminal-width: "80%"
terminal-height: "72%"
terminal-border: "0"

# Logo
+ image {
	title = ""
	file = "logo.png"
	left = 3%
	top = 5%
}

# Menu
+ boot_menu {
	left = 21%
	width = 58%
	top = 30%
	height = 40%
	item_font = "Terminus Bold 18"
	selected_item_font = "Terminus Bold 18"
	icon_height = 0
	icon_width = 0
	item_icon_space = 0
	item_height = 20
	item_padding = 0
	item_spacing = 10
	item_pixmap_style = "normal_blob_*.png"
	selected_item_pixmap_style = "selected_blob_*.png"

	# Srollbar
	scrollbar = true
	scrollbar_width = 11
	scrollbar_thumb = "scrollbar_*.png"
	scrollbar_frame = "scrollback_*.png"
	scrollbar_thumb_overlay = true
	scrollbar_slice = "center"

	item_color = "#ffffff"
	selected_item_color = "#ffffff"
}

# Progress
+ label {
	id = "__timeout__"
	left = 0
	width = 100%
	top = 20%
	height = 20
	text = "Запуск через %d сек."
	align = "center"
	font = "Terminus Bold 18"
	color = "#ffffff"
}

# Info
+ label {
	top = 96%
	left = 0
	width = 100%
	text = "E: Редактировать       C: Консоль       Enter: Выбор       Esc: Назад"
	align = "center"
	font = "Terminus Bold 18"
	color = "#ffffff"
}