# EdgeGuard OS GRUB Theme
# Basiert auf dem GRUB Theme Format

# Hintergrundfarbe (dunkelblau)
desktop-color: "#0d1b2e"
desktop-image: "background.png"

# Titel
+ label {
  top = 30%
  left = 50%-200
  width = 400
  height = 60
  text = "NetCell EdgeGuard OS"
  color = "#4a9eff"
  font = "DejaVu Sans Bold 24"
  align = "center"
}

# Untertitel
+ label {
  top = 30%+65
  left = 50%-200
  width = 400
  height = 30
  text = "Reverse Proxy · WAF · Load Balancer"
  color = "#8ab8e8"
  font = "DejaVu Sans 14"
  align = "center"
}

# Boot-Menü
+ boot_menu {
  top = 45%
  left = 50%-220
  width = 440
  height = 140
  item_font = "DejaVu Sans 14"
  item_color = "#c8d8e8"
  selected_item_color = "#ffffff"
  item_height = 32
  item_padding = 10
  item_spacing = 4
  selected_item_pixmap_style = "select_*.png"
  scrollbar = true
  scrollbar_width = 8
  scrollbar_thumb = "scrollbar_thumb.png"
  scrollbar_frame = "scrollbar_frame.png"
}

# Fortschrittsbalken (Timeout)
+ progress_bar {
  id = "__timeout__"
  top = 80%
  left = 50%-150
  width = 300
  height = 8
  show_text = true
  font = "DejaVu Sans 12"
  text_color = "#8ab8e8"
  fg_color = "#4a9eff"
  bg_color = "#1a3050"
  border_color = "#2a4060"
  text = "Autostart in @{remaining}s"
}

# Version unten rechts
+ label {
  top = 90%
  left = 50%+100
  width = 200
  height = 20
  text = "v__OSVERSION__"
  color = "#4a6080"
  font = "DejaVu Sans 11"
  align = "right"
}
