# GRUB2 gfxmenu Fuduntu theme.
# Designed for 1024x768 resolution.
# Created by Legendary Bibo

# Global Property
title-text: ""
title-font: "DroidSans Regular 12"
title-color: "#000000"
message-font: "Fixed Regular 13"
message-color: "#FFFFFF"
message-bg-color: "#f6f6f6"
desktop-image: "Fuduntu.png"
desktop-color: "#000000"
terminal-box: "term_bkg_*.png"
terminal-font: "Fixed Regular 10"

# Show the boot menu
+ boot_menu {
		left = 161
		width = 704
		top = 0
		height = 466
		item_font = "MgOpenModata Regular 24"
		selected_item_font = "MgOpenModata Regular 24"
		item_color = "#0F0F0F"
		selected_item_color = "#EAEAEA"
		item_height = 48
		item_padding = 0
		item_spacing = 5
		icon_width = 32
		icon_height = 32
		item_icon_space = 10
		selected_item_pixmap_style= "select_bkg_*.png"
		menu_pixmap_style = "menu_bkg_*.png"
		scrollbar = false
		scrollbar_width = 24
		scrollbar_thumb = "sb_thumb_*.png"
		scrollbar_frame = "sb_frame_*.png"
}

# Show a styled horizontal progress bar
+ progress_bar {
		id = "__timeout__"
		left = 153
		width = 718
		top = 573
		height = 40
		show_text = false
		font = "DroidSans Regular 10"
		text_color = "255, 255, 255"
		text = ""
		bar_style = "progress_bar_*.png"
		highlight_style = "progress_highlight_*.png"
}
