# GRUB2 gfxmenu theme.

# Global Property
title-text: "قائمة التمهيد"
title-font: "Terminus Bold 18"
title-color: "#E6F3FF"
message-font: "Terminus Regular 16"
message-color: "#E6F3FF"
message-bg-color: "#f6f6f6"
desktop-color: "#212121"
#desktop-image: "bg_1024x768.png"
desktop-image: "bg_1366x768.png"
terminal-box: "terminal_box_*.png"
terminal-font: "Terminus Regular 16"

# Show the boot menu
+ boot_menu {
	left = 10%
	width = 80%
	top = 20%
	height = 65%
	item_font = "Terminus Regular 16"
	item_color = "#E6F3FF"
	selected_item_font = "Terminus Bold 16"
	selected_item_color = "#FFBAFD"
	icon_width = 20
	icon_height = 20
	item_height = 33
	item_padding = 20
	item_icon_space = 6
	item_spacing = 1
	menu_pixmap_style = "boot_menu2_*.png"
	selected_item_pixmap_style = "highlight_*.png"
}

# Show logo and circular progress
#+ circular_progress
#{
#	id = "__timeout__"
#	left = 45
#	top = 53
#	width = 105
#	height = 105
#	num_ticks = 15
#	ticks_disappear = false
#	start_angle = -20
#	end_angle = -20
#	center_bitmap = "logo.png"
#	tick_bitmap = "tick.png"
#}

# Show a styled horizontal progress bar
+ progress_bar {
	id = "__timeout__"
	left = 15%
	width = 70%
	top = 84%
	height = 5%
	show_text = false
	font = "Terminus Regular 16"
	text_color = "#FFFFFF"
	text = ""
	bar_style = "progress_bar_*.png"
	highlight_style = "progress_highlight_*.png"
}

# Show text progress bar
+ progress_bar {
	id = "__timeout__"
	top = 88%
	left = 50%-260
	height = 24
	show_text = true
	font = "Terminus Regular 16"
	text_color = "#E6F3FF"
	align = "center"
	text = "@TIMEOUT_NOTIFICATION_LONG@"
	bar_style = "progress_bar2_*.png"
}

# Show an informational message.
+ hbox {
	top = 95%
	left = 50%-374
	+ label {text = "اختر     " font = "Terminus Bold 16" color = "#2B9ED8" align = "left"}
	+ label {text = " :↑↓" font = "Terminus Bold 16" color = "#FFBAFD" align = "left"}
	+ label {text = "التمهيد     " font = "Terminus Bold 16" color = "#2B9ED8" align = "left"}
	+ label {text = ": Enter" font = "Terminus Bold 16" color = "#FFBAFD" align = "left"}
	+ label {text = "تحرير     " font = "Terminus Bold 16" color = "#2B9ED8" align = "left"}
	+ label {text = " :e" font = "Terminus Bold 16" color = "#FFBAFD" align = "left"}
	+ label {text = "سطر الأوامر     " font = "Terminus Bold 16" color = "#2B9ED8" align = "left"}
	+ label {text = " :c" font = "Terminus Bold 16" color = "#FFBAFD" align = "left"}
	+ label {text = "العودة     " font = "Terminus Bold 16" color = "#2B9ED8" align = "left"}
	+ label {text = " :Esc" font = "Terminus Bold 16" color = "#FFBAFD" align = "left"}
}
