# GRUB2 Regata OS Theme
# Inspired by Tela theme for grub.

# Global Property
title-text: ""
title-color: "#fff"
title-font: "DejaVu Sans Bold 18"

desktop-image: "background.jpg"
desktop-color: "#0D202F"

terminal-font: "Gnu Unifont Mono Regular 16"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Show logo
+ image {
  #width = 100
  #height = 100
  #left = 46%
  left = 50%-48
  top = 10%
  file = "logo.png"
}

# Show the boot menu
+ boot_menu {
  left = 30%
  top = 30%
  width = 45%
  height = 60%
  item_font = "DejaVu Sans Regular 18"
  item_color = "#ffffff"
  icon_width = 45
  icon_height = 45
  item_icon_space = 24
  item_height = 56
  item_padding = 8
  item_spacing = 16
  selected_item_pixmap_style = "select_*.png"
  selected_item_font = "DejaVu Sans Bold 18"
  selected_item_color= "#ffffff"
}

# Show a countdown message using the label component
+ label {
  top = 80%
  left = 32%
  width = 30%
  align = "center"
  id = "__timeout__"
  text = "Booting in %d seconds"
  color = "#ffffff"
  font = "DejaVu Sans Regular 18"
}

#Show the options to user using the label component
+label {
  top = 84%
  left = 0%
  width = 100%
  align = "center"
  color = "#ffffff"
  font = "DejaVu Sans Regular 18"
  text = "Use the keys ↑ and ↓ to navigate between the boot options."
}

#Show the more options to user using the label component
+label {
  top = 88%
  left = 0%
  width = 100%
  align = "center"
  color = "#ffffff"
  font = "DejaVu Sans Regular 18"
  text = "Press Enter to choice, C for command-line or E to edit the commands before booting."
}
