# SLE grub2 theme

desktop-image: "background.png"

title-text: ""
title-color: "#fff"
title-font: "DejaVu Sans Bold 14"

terminal-box: "terminal_box_*.png"
terminal-font: "Gnu Unifont Mono Regular 16"

+ boot_menu {
  left = 10%
  width = 80%
  top = 33%
  height = 45%

  item_font = "DejaVu Sans Bold 14"
  item_color = "#fff"
  item_height = 32
  item_icon_space = 8
  item_spacing = 2

  selected_item_font = "DejaVu Sans Bold 14"
  selected_item_color= "#000"
  selected_item_pixmap_style = "select_*.png"

  icon_height = 0
  icon_width = 0

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

+ progress_bar {
  id = "__timeout__"

  left = 14%
  width = 72%
  top = 85%
  height = 32

  font = "DejaVu Sans Regular 12"

  text_color = "#fff"
  fg_color = "#008acf"

  bg_color = "#1F222B"
  border_color = "#000"

  # instead of the above colors, use pixmaps
  # bar_style = "progress_bar_*.png"
  # highlight_style = "progress_highlight_*.png"

  text = "@TIMEOUT_NOTIFICATION_LONG@"
}

+ label {
  color = "white"
  top = 100%-35
  width = 100%
  align = "center"
  text = "@KEYMAP_SHORT@"
  font = "DejaVu Sans Regular 12"
}
