# Sirius GRUB2 theme.
# Designed by Malcer <malcer [at] gmx [dot] com> <malcer.deviantart.com> for Chakra Project <http://www.chakraos.org/>
#
# Some rights reserved. This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. | 2014
#
# http://creativecommons.org/licenses/by-sa/3.0/


# General

title-text: ""
title-font: "DejaVu Sans Regular 12"
title-color: "#f2f2f2"
message-font: "DejaVu Sans Regular 14"
message-color: "#1a1d20"
message-bg-color: "#1a1d20"
desktop-image: "background.png"
desktop-color: "#1a1d20"
terminal-font: "DejaVu Mono 14"

# Drive icon

+ image {
		    id = "__driveos__"
		    left = 47%
		    width = 0%
		    top = 7%
		    height = 0%
		    file = "driveos.png"
}

# OS list

+ boot_menu {
		left = 15%
		width = 70%
		top = 29%
		height = 42%
		item_font = "DejaVu Sans Regular 12"
		selected_item_font = "DejaVu Sans Bold 14"
		item_color = "#647280"
		selected_item_color = "#f2f2f2"
		item_height = 48
		item_padding = 15
		item_spacing = 5
		icon_width = 48
		icon_height = 48
		item_icon_space = 20
		selected_item_pixmap_style= "select_bkg_*.png"
		scrollbar = true
		scrollbar_width = 24
}

# Time progress Bar

+ progress_bar {
		id = "__timeout__"
		left = 40%
		width = 170
		top = 73%
		height = 23
		show_text = false
		font = "DejaVu Sans Regular 10"
		text_color = "#f2f2f2"
		text = ""
		bar_style = "progress_bar_*.png"
		highlight_style = "progress_highlight_*.png"
}

# GRUB Options

+ hbox {
		top = 100%-35
		left = 25%
		+ label {text = "Enter: " font = "DejaVu Sans 12" color = "#f2f2f2" align = "left"}
		+ label {text = "Boot Selection     " font = "DejaVu Sans 12" color = "#00acff" align = "left"}
		+ label {text = "E: " font = "DejaVu Sans 12" color = "#f2f2f2" align = "left"}
		+ label {text = "Edit Selection     " font = "DejaVu Sans 12" color = "#00acff" align = "left"}
		+ label {text = "C: " font = "DejaVu Sans 12" color = "#f2f2f2" align = "left"}
		+ label {text = "GRUB Commandline" font = "DejaVu Sans 12" color = "#00acff" align = "left"}
}
