# Scutarius GRUB theme -- charcoal ground, bone text, bronze selection.
# Install to /boot/grub/themes/scutarius/ and set GRUB_THEME in /etc/default/grub.
desktop-image: "background.png"
desktop-color: "#1f2226"
title-text: ""
terminal-font: "DejaVu Sans Mono Regular 14"
terminal-box: "terminal_box_*.png"
# position the terminal region BELOW the shield banner (shields ~ top third)
# so boot/edit messages do not bisect the shields. Percentages MUST be quoted
# or GRUB rejects them ("enclose literal values in quotes"). Verified on g4
# metal 2026-08-21. NOTE: the terminal INTERIOR background is fixed black by
# gfxterm (not settable via this box nor color_normal's bg); message
# readability comes from a LIGHT color_normal foreground, set in grub.cfg.
terminal-left: "4%"
terminal-top: "40%"
terminal-width: "92%"
terminal-height: "55%"

+ boot_menu {
  left = 15%
  top = 42%
  width = 70%
  height = 40%
  item_font = "DejaVu Sans Regular 18"
  item_color = "#ece8df"
  selected_item_font = "DejaVu Sans Bold 18"
  selected_item_color = "#1f2226"
  selected_item_pixmap_style = "select_*.png"
  item_height = 32
  item_padding = 6
  item_spacing = 8
  icon_width = 0
  icon_height = 0
  scrollbar = false
}

+ label {
  top = 33%
  left = 0
  width = 100%
  align = "center"
  font = "Cinzel Regular 28"
  color = "#ece8df"
  text = "SCUTARIUS"
}

+ label {
  top = 88%
  left = 0
  width = 100%
  align = "center"
  font = "DejaVu Sans Regular 14"
  color = "#a9a397"
  text = "Use the arrow keys to choose an entry, Enter to boot, e to edit, c for a command line."
}

+ progress_bar {
  id = "__timeout__"
  left = 15%
  top = 84%
  width = 70%
  height = 4
  fg_color = "#c9a266"
  bg_color = "#2e3237"
  border_color = "#2e3237"
  show_text = false
}
