# IMPORTANT NOTE: THIS THEME REQUIRES 1366x768 GRUB RESOLUTION
desktop-color: "#202020"

title-text:" "
message-color: "#757575"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

+label{
text="Добро пожаловать!"
font = "PT Sans Caption Regular 36"
color="#3daee9"
left = 50%-200
top = 15%
height = 20
width = 400      
align = "center"



}

+label{
text="Выберите операционную систему"
font = "PT Sans Caption Regular 16"
color="#8d8686"
top=30%-30
left = 39%
align = "center"
width=160
height= 40


}






+ boot_menu {
  left = 25%
  width = 50%
  top = 30%
  height = 40%
  icon_width = 32
  icon_height =32
  item_height = 48
  item_padding = 8
  item_icon_space = 12
  item_spacing = 8
  menu_pixmap_style = "boot_menu_*.png"
  item_font = "Poppins Regular 18"
  item_color = "#757575"
  selected_item_color= "#FFFFFF"
  selected_item_pixmap_style = "select_bkg_*.png"
  scrollbar = true
  scrollbar_width = 20
  scrollbar_thumb = "slider_*.png"
}

+ progress_bar {
		id = "__timeout__"
		left = 0%
		width = 100%
		top = 100%
		height = 23
		show_text = true
		text_color = "255, 255, 255"
		bar_style = "progress_bar_*.png"
		highlight_style = "progress_highlight_*.png"
}

+ image {
		top = 80%+47
		left = 50%-240
		width = 480
		height = 42
		file = "menu.png"
}


