# Ubuntu Lucid theme for GRUB2
#
# Copyright © 2010 Jo Shields
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

#general settings
message-font: "DejaVu Sans Bold 14"
title-text: ""
message-color: "#000"
message-bg-color: "#fff"
desktop-image: "warty-final-ubuntu.png"
terminal-box: "terminal_box_*.png"
terminal-font: "DejaVu Sans Mono Regular 14"

#remember, stuff is rendered backwards, put stuff with highest z-index near top
#progress bar
+ progress_bar {
	id = "__timeout__"
	left = 0
	top = 100%-28
	height = 28
	width = 100%
	font = "DejaVu Sans Regular 14"
	text_color = "#000"
	fg_color = "#786f61"
	bg_color = "#f0ebe2"
	border_color = "#f0ebe2"
	text = "@TIMEOUT_NOTIFICATION_LONG@"
}
#ubuntu logo overlaid on boot menu
+ image {
	top = 20%+29
	left = 50%-29
	width = 58
	height = 58
	file="ubuntu_stamp.png"
}
+ label {
	top = 20%+102
	width = 100%
	align = center
	color = "#000"
	font = "DejaVu Sans Regular 14"
	text = "GRUB OS selection"
}

#help bar at the bottom
+ label {
	top = 100%-24
	left = 0
	width = 100%-25
	height = 20
	text = "To boot the selected operating system using default settings, press return. For additional settings, press E"
	align = "right"
	font = "DejaVu Sans Regular 14"
	color = "#000"
}
+ image {
	top = 100%-28
	left = 0
	width = 100%
	height = 28
	file="footer_strap.png"
}

#menu
+ boot_menu {
	left = 25%
	width = 50%
	top = 20%
	height = 60%
	item_font = "DejaVu Sans Regular 14"
	selected_item_font = "DejaVu Sans Regular 14"
	icon_height = 51
	icon_width = 51
	item_height = 53
	item_padding = 6
	item_icon_space = 7
	item_spacing = 1
	selected_item_pixmap_style = "selected_*.png"
	scrollbar = true
	scrollbar_thumb = "scroll_bar_*.png"
	scrollbar_frame = "scroll_frame_*.png"
	menu_pixmap_style = "boot_menu_*.png"
}

