You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grub-theme/crystal/theme.txt

48 lines
928 B
Plaintext

# GRUB2 gfxmenu pop theme, based on Linux Vimix theme
# Designed for any resolution
# Global Property
title-text: ""
desktop-image: "background.png"
desktop-image-scale-method: "stretch"
desktop-color: "#000000"
terminal-font: "Unifont Regular 12"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Logo image
+ image {
left = 50%-75
top = 25%-75
file = "logo.png"
}
# Show the boot menu
+ boot_menu {
top = 45%
left = 10%
width = 80%
height = 45%
item_font = "Unifont Regular 12"
item_color = "#f6f6f6"
selected_item_color = "#f6f6f6"
item_height = 32
item_spacing = 24
selected_item_pixmap_style = "select_*.png"
}
# Show a countdown message using the label component
+ label {
top = 85%
left = 35%
width = 30%
item_font = "Unifont Regular 12"
align = "center"
id = "__timeout__"
text = "Booting in %ds"
color = "#f6f6f6"
}