theme.txt revision 2
#
# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
#
title-font: "Liberation Mono Regular 18"
message-font: "Univers Regular 16"
message-color: "#000"
message-bg-color: "#fff"
terminal-box: "terbox_*.png"
terminal-font: "Unknown Regular 16"
desktop-image: "oracle.jpg"
#
# The GRUB menu itself; stretches from just below the title text to just above
# the red-colored Oracle bar
#
+ boot_menu {
left = 5%
width = 90%
top = 10%+10
height = 71%
item_font = "Univers Regular 16"
item_color = "#000"
selected_item_font = "Univers Regular 20"
selected_item_color= "#000"
selected_item_pixmap_style = "sel_*.png"
icon_height = 25
icon_width = 25
item_height = 25
item_padding = 0
item_icon_space = 0
item_spacing = 1
scrollbar = true
scrollbar_width = 20
scrollbar_thumb = "sbar_*.png"
menu_pixmap_style = "bmenu_*.png"
}
#
# Timeout progress bar
#
+ progress_bar {
id = "__timeout__"
left = 6%
top = 89%+5
height = 20
width = 88%
font = "Univers Regular 16"
text_color = "#fff"
fg_color = "#000"
bg_color = "#777"
border_color = "#fff"
text = "@TIMEOUT_NOTIFICATION_LONG@"
}
#
# Text beneath the progress bar [viewable in 640x480 (just barely)]
#
+ label {
top = 100%-20
left = 0
width = 100%
height = 20
text = "ENTER=boot entry | e=edit entry | c=GRUB command-line | UP/DOWN=select an entry"
align = "center"
font = "Univers Regular 16"
color = "#000"
}