# MOS 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"
desktop-image: "background.png"
terminal-font: "Terminus Bold 18"
terminal-box: "terminal_box_*.png"
terminal-left: "10%"
terminal-top: "15%"
terminal-width: "80%"
terminal-height: "70%"
terminal-border: "0"

# Logo
+ image {
    file = "logo.png"
    left = 50%-400
    top = 2%
}

# Заголовок меню
+ label {
    # Смещение сверху (подберите пиксели, чтобы текст встал аккуратно под логотипом)
    top = 2%
    left = 0
    width = 100%
    align = "center"
    text = "МЕНЮ ЗАГРУЗКИ"
    font = "Terminus Bold 18"
    color = "#ffffff"
}

# Menu
+ boot_menu {
	left = 21%
	width = 58%
	top = 30%
	height = 40%
	item_font = "Terminus Bold 18"
	selected_item_font = "Terminus Bold 18"
	icon_height = 20
	icon_width = 20
	item_icon_space = 4
	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 = 8
	scrollbar_thumb = "scrollbar_*.png"
	scrollbar_frame = "scrollback_*.png"
	scrollbar_thumb_overlay = true
	scrollbar_slice = "center"

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

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

# Keys
+ image {
    file = "keys.png"
    left = 50%-400
    top = 100%-30
}

+ label {
    top = 100%-30
    left = 0
    width = 100%
    text = "              Редактировать              Консоль              Выбор              Назад              "
    align = "center"
    font = "Terminus Bold 18"
    color = "#727374"
}