# Unity-Linux GRUB2 theme
#
# based on Arch-Silence theme for GRUB2 2015 Filippo Ghibellini

#general settings
title-text: ""
desktop-image: "background.png"


terminal-font: "Dejavu Sans Regular 12"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

+ label {
        left = 50%-125
        top = 50%-25
        height = 25
        width = 250
        text = "Welcome to Unity-Linux"
        color = "white"
        align = "center"
        item_font = "DejaVu Sans Bold 14"
        color = "#2faf02"
}

#progress bar
+ progress_bar {
	id = "__timeout__"
	left = 0
	top = 100%-5
	height = 15
	width = 100%
	show_text = false

	# just two vertical pixels of color #1793d1
    bar_style = "progress_bar/progress_bar_*.png"
    highlight_style = "progress_bar/progress_bar_hl_*.png"
}

#boot menu
+ boot_menu {
	left = 35%-150
	width = 500
	top = 50%+25
	height = 300

	item_font = "DejaVu Sans Bold 14"
	item_color = "#999"
	selected_item_font = "DejaVu Sans Bold 14"
	selected_item_color= "#fff"

	item_height = 26
	item_padding = 0
	item_icon_space = 0
	item_spacing = 1
	scrollbar = false
}

+ label {
        left = 50%-300
        top = 50%+220
        height = 30
        width = 600
        color = "#2faf02"
        align = "center"
        text = "@KEYMAP_SHORT@"
}
