# GRUB2 gfxmenu
# Created by Legendary Bibo, originall called BeefyMiracle
# Adapted for AIMS Desktop by Jonathan Carter <jonathan@aims.ac.za>
# Adapted again for Debian by Jonathan Carter <jcc@debian.org>

# Global Property
title-text: ""
title-font: "Cantarell 24"
title-color: "#333333"
message-font: "Fixed Regular 10"
message-color: "#333333"
message-bg-color: "#f2f2f2"
desktop-image: "background.png"
desktop-color: "#101010"
terminal-box: "term_bkg_*.png"
terminal-font: "Fixed Regular 10"

# Distributor logo
+ image {
		top = 13%
		left = 11%
		width = 320
		height = 26
		file = "distributor_logo.png"
}

# Show the boot menu
+ boot_menu {
		left = 10%
		width = 80%
		top = 20%
		height = 45%
		item_font = "Cantarell 24"
		selected_item_font = "Cantarell 24"
		item_color = "#656668"
		selected_item_color = "#fdfeff"
		item_height = 30
		item_padding = 0
		item_spacing = 0
		icon_width = 18
		icon_height = 18
		item_icon_space = 10
		selected_item_pixmap_style= "select_bkg_*.png"
		menu_pixmap_style = "menu_bkg_*.png"
}

#progress bar
+ progress_bar {
        id = "__timeout__"
        left = 10%
        width = 80%
        top = 71%
        height = 20
        font = "DejaVu Sans Regular 12"
        text_color = "#fff"
        fg_color = "#2a2871"
        bg_color = "#120f3a"
        border_color = "#120f3a"
        text = "@TIMEOUT_NOTIFICATION_LONG@"
        selected_item_pixmap_style= "select_bkg_*.png"
	menu_pixmap_style = "menu_bkg_*.png"
}

+ label {
        top = 100%-140
        left = 10%
        width = 70%
        height = 40
        text = "Use the arrow keys on your keyboard and Enter to select an option."
        align = "center"
        color = "#fff"
}


