# Global Property
title-text: "Select the OS to start with the arrow keys, then ENTER. After that, there is no return..."
title-font: "DejaVu Sans Regular 14"
title-color: "#888A85"
message-font: "DejaVu Sans Regular 14"
message-color: "#0036FF"
message-bg-color: "#000000"
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "DejaVu Mono 14"
# icons-scalling for 16:9 displays by maximum 1024x768(4:3)framebuffer/vesamode:
#  		icon_width = 38
#		icon_height = 46 
# by 4:3 displays 
#		icon_width = 46
#		icon_height = 46
# icon-size of 46x46, 64x64 or bigger are not a problem

# Boot menu
+ boot_menu {
		left = 15%
		width = 700
		top = 15%
		height = 40%
		item_font = "DejaVu Sans Regular 14"
		selected_item_font = "DejaVu Sans Regular 14"
		item_color = "#888A85"
		selected_item_color = "#FFFFFF"

		item_height = 48
		item_padding = 5
		item_spacing = 5
		icon_width = 36
		icon_height = 46
		item_icon_space = 20
		selected_item_pixmap_style= "select_bg_*.png"
		scrollbar = true
		scrollbar_width = 24
}

# Progress Bar
+ progress_bar {
	id = "__timeout__"
	top = 80%
	left = 20%
	height = 14
	width = 400
	show_text = true
	font = "DejaVu Sans Regular 14"
	text_color = "#0036FF"
	bar_style = "progress_bar_*.png"
	highlight_style = "progress_highlight_*.png"
}

# Hint
+ hbox {
		top = 90%
		left = 20%
		+ label {text = "@KEYMAP_SHORT@" font = "DejaVu Sans Regular 14" color = "#888A85" align = "left"}
}

# LOGO
+ image {
	top = 70%
	left = 70%
	file="logo.png"
}

