desktop-image: "background.png"

# colors are taken from the breeze default theme
title-text: "Select a boot option"
title-font: "Liberation Sans Bold 18"
title-color: "#ffffff"
message-font: "Liberation Sans 18"
message-color: "#000000"
terminal-font: "Hack 18"
terminal-box: "terminal_*.png"

+ boot_menu {
  left = 20%
  width = 60%
  top = 33%
  height = 33%

  menu_pixmap_style = "boot_menu_*.png"

  item_font = "Liberation Sans 18"
  # breeze inactive text color
  item_color = "#00ff00"
  item_height = 44
  item_icon_space = 8
  item_spacing = 2

  selected_item_font = "Liberation Sans Bold 18"
  selected_item_color= "#eff0f1"
  selected_item_pixmap_style = "select_*.png"

  icon_height = 48
  icon_width = 48

  scrollbar = true
  scrollbar_width = 20
  scrollbar_thumb = "slider_*.png"
}

+ progress_bar {
  id = "__timeout__"
  left = 33%
  width = 33%
  top = 73%
  height = 6
  show_text = false
  fg_color = #ffffff
  bg_color = #000000
  border_color = #4d4d4d
}
