# GRUB gfxmenu theme "proto".
# Designed for 640x480 resolution.

title-text: "Boot Menu"
title-font: "aqui 11"
status-font: "gelly 11"

title-color: "40, 40, 40"
status-color: "200, 200, 200"
status-bg-color: "64, 64, 64"
desktop-image: "bg.png"
desktop-color: "0, 0, 128"

terminal-box: "select_blue_*.png"

+ boot_menu {
   position = (150, 100)
   preferred_size = (340, -1)
   item_font = "edges 10"
   selected_item_font = "edges 10"
   item_color = "0, 0, 96"
   selected_item_color = "0, 0, 0"
   menu_pixmap_style = "menubox_*.png"
   selected_item_pixmap_style = "select_blue_*.png"
   item_height = 12
   icon_width = 16
   icon_height = 16
   item_padding = 7
   item_icon_space = 4
   item_spacing = 7
}

+ progress_bar
{
   id = "__timeout__"
   position = (80, 393)
   font = "cure 11"
   preferred_size = (500, 24)
   text_color = #000
   fg_color = #CCF
   bg_color = #66B
   border_color = #006
}

# Informational message bar at the bottom of the screen.
+ vbox {
   position = (10, 440)
   preferred_size = (620, 40)
   + label { 
      text="Select an item with the arrow keys and press Enter to boot."
      font="lime 11" color=#FFF
   }
   + label { 
      text="Press:  'c' for command line; 't' to switch to non-graphical menu."
      font="lime 11" color=#FFF
   }
}

