
desktop-color: "#F0F0F0"

title-text:" "
message-font: "Poppins Regular 14"
message-color: "#757575"
terminal-font: "Terminus Regular 14"
terminal-box: "terminal_*.png"

+label{
text="Grub Bootloader"
font = "Poppins Regular 48"
color="#4286DD"
left = 50%-200
top = 15%
height = 20
width = 400      
align = "center"



}

+label{
text="select your preferrred os"
font = "Poppins Regular 16"
color="#8d8686"
top=30%-30
left = 50%-80
align = "center"
width=160
height= 40


}






+ boot_menu {
  left = 20%
  width = 60%
  top = 30%
  height = 40%
  icon_width = 32
  icon_height = 32
  item_height = 30
  item_padding = 1
  item_icon_space = 5
  item_spacing = 35
  menu_pixmap_style = "boot_menu_*.png"
  item_font = "Poppins Regular 18"
  item_color = "#757575"
  selected_item_color= "#FFFFFF"
  selected_item_pixmap_style = "select_*.png"
  scrollbar = true
  scrollbar_width = 20
  scrollbar_thumb = "slider_*.png"
}

+ progress_bar {
  left = 50%-300
  top = 90%+20
  height = 20
  width = 600    
  color = "#8d8686"   
  font = "Poppins Regular 14"
  align = "center"
  id = "__timeout__"
  text = "@TIMEOUT_NOTIFICATION_LONG@"   
  text_color = "#efefef"     
  bar_style = "*"
  highlight_style = "*"
}


+ label {
left = 50%-300
        top = 80%+20
        height = 20
        width = 600      
        align = "center"
        color = "#8d8686"
        font ="Poppins Regular 14"
        text = "@KEYMAP_SHORT@"
}
