# Custom grub theme for Ubuntu Sway

desktop-image: "background.png"
desktop-image-scale-method: "stretch"
title-text: "Select a boot option"
title-color: "#cad3f5"
message-color: "#cad3f5"
terminal-box: "terminal_*.png"

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

  menu_pixmap_style = "boot_menu_*.png"

  item_color = "#cad3f5"
  item_height = 40
  item_icon_space = 8
  item_spacing = 2

  selected_item_color= "#1e2030"
  selected_item_pixmap_style = "select_*.png"
  
  icon_height = 32
  icon_width = 32

  scrollbar = false
}

#help bar at the bottom
+ label {
        top = 100%-50
        left = 0
        width = 100%
        height = 20
        text = "@KEYMAP_SHORT@"
        align = "center"
        color = "#cad3f5"
}

+ progress_bar {
  id = "__timeout__"
  left = 33%
  width = 33%
  top = 73%
  height = 8
  show_text = false
  fg_color = #91d7e3
  bg_color = #24273a
  border_color = #8aadf4
}
