message-font: "u_vga16 16"
message-color: "#fff"
message-bg-color: "#000"
terminal-font: "u_vga16 16"
desktop-image: "background.png"
title-text: ""

+ boot_menu {
	left = 15%
	top = 20%
	width = 70%
	height = 40%
	item_font = "u_vga16 16"
	item_color = "#ddd"
	selected_item_font = "u_vga16 16"
	selected_item_color= "#f70"
	selected_item_pixmap_style= "highlight_*.png"
	icon_height = 28
	icon_width = 28
	item_height = 32
	item_padding = 0
	item_icon_space = 32
	item_spacing = 0
	scrollbar = true
	scrollbar_width = 32
	scrollbar_thumb = "slider_*.png"
	menu_pixmap_style = "menu_*.png"
}

+ image {
	left = 80%
	top = 90%
	width= 196
	file = "logo.png"
}


#progress bar
 + progress_bar {
 	id = "__timeout__"
	text = "@TIMEOUT_NOTIFICATION_MIDDLE@"
 	left = 15%
 	top = 75%
 	height = 3
 	width = 70%+3
 	bg_color = "#f70"
 }

#help bar at the bottom
+ label {
	top = 100%-25
	left = 0
	width = 100%
	height = 20
	text = "@KEYMAP_MIDDLE@"
	align = "center"
	font = "u_vga16 16"
	color = "#FFF"
}
