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

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

+ boot_menu {
   position = (220, 180)
   preferred_size = (300, -1)
   item_font = "aqui 11"

   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 {
   position = (122, 440)

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

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

   + hbox {
      + label { text="F1" color=#FFF font="smoothansi 13" }
      + label { text=" Help  " color=#B08459 font="smoothansi 13" }
      + label { text="F2" color=#FFF font="smoothansi 13" }
      + label { text=" Language  " color=#B08458 font="smoothansi 13" }
      + label { text="F3" color=#FFF font="smoothansi 13" }
      + label { text=" Modes  " color=#B08458 font="smoothansi 13" }
      + label { text="F5" color=#FFF font="smoothansi 13" }
      + label { text=" Accessibility  " color=#B08458 font="smoothansi 13" }
      + label { text="F6" color=#FFF font="smoothansi 13" }
      + label { text=" Other Options  " color=#B08458 font="smoothansi 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__"
   position = (160, 400)
   preferred_size = (320, 18)
   font = "cure 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
}
