# GRUB 2 gfxmenu theme emulating the Ubuntu 8.04 (Hardy Heron) live CD menu.
# Designed for 640x480 resolution.

message-font: "Helvetica Regular 8"
message-color: "white"
message-bg-color: "#222"
desktop-image: "desktop.png"
desktop-color: "#000"
terminal-box: "terminal_*.png"

+ boot_menu {
   left = 34%
   top = 37%
   height = 30%
   width = 30%
   item_font = "Fixed Bold 12"

   item_color = "#B08458"
   selected_item_color = "#FFF"

   icon_width = 16
   icon_height = 16
   item_height = 16
   item_padding = 0
   item_icon_space = 3
   item_spacing = 0

   max_items_shown = 9
   scrollbar = false
}

# Informational message bar at the bottom of the screen.
+ vbox {
   left = 19%
   top = 92%

   + label { 
      text="Press F4 to select alternative start-up and installation modes."
      font="gelly Regular 11" color="white"
   }

   # Leave vertical space.
   + label { text="" font="lime Regular 11" }

   + hbox {
      + label { text="F1" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Help  " color=#B08459 font="smoothansi Regular 13" }
      + label { text="F2" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Language  " color=#B08458 font="smoothansi Regular 13" }
      + label { text="F3" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Modes  " color=#B08458 font="smoothansi Regular 13" }
      + label { text="F5" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Accessibility  " color=#B08458 font="smoothansi Regular 13" }
      + label { text="F6" color=#FFF font="smoothansi Regular 13" }
      + label { text=" Other Options  " color=#B08458 font="smoothansi Regular 13" }
   }
}

# By defining a 'progress_bar' type component with an ID of '__timeout__',
# the progress bar will be used to display the time remaining before an 
# the default entry is automatically booted.
+ progress_bar
{
   id = "__timeout__"
   left = 25%
   top = 83%
   height = 18
   width = 50%
   font = "cure Regular 11"
   text_color = #555
   fg_color = #AAA
   bg_color = #333
   border_color = #888
   bar_style = "progress_bar_*.png"
   highlight_style = "progress_highlight_*.png"
   show_text = true
}
