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

title-text: "Boot Menu"
title-font: "aqui Regular 11"
title-color: "salmon"
message-font: "gelly Regular 11"
message-color: "white"
message-bg-color: "black"
desktop-image: "bg.png"
terminal-box: "select_blue_*.png"

+ boot_menu {
   left = 23%
   top = 21%
   width = 53%
   height = 50%
   item_font = "edges Regular 10"
   selected_item_font = "edges Regular 10"
   item_color = "#006"
   selected_item_color = "#000"
   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__"
   left = 13%
   top = 82%
   width = 78%
   height = 24
   font = "cure Regular 11"
   text_color = "black"
   fg_color = "lightskyblue"
   bg_color = "dodgerblue"
   border_color = "midnightblue"
}

# Informational message bar at the bottom of the screen.
+ vbox {
   left = 2%
   top = 98%-40
   width = 96%
   height = 40
   + label { 
      text="Select an item with the arrow keys and press Enter to boot."
      font="lime Regular 11" color="white"
   }
   + label { 
      text="Press:  'c' for command line; 't' to switch to non-graphical menu."
      font="lime Regular 11" color="white"
   }
}

