grub2-theme-lain/theme.txt

58 lines
916 B
Plaintext

# Lain grub2 theme
desktop-image: "background.png"
title-text: ""
terminal-box: "terminal_box_*.png"
terminal-font: "Gnu Unifont Mono Regular 16"
+ boot_menu {
left = 25%
width = 50%
top = 30%
height = 50%
item_color = "#0000a8"
item_height = 48
item_icon_space = 8
item_spacing = 2
selected_item_color= "#fff"
selected_item_pixmap_style = "select_*.png"
icon_height = 48
icon_width = 48
scrollbar = true
scrollbar_width = 20
scrollbar_thumb = "slider_*.png"
}
+ progress_bar {
id = "__timeout__"
left = 28%
top = 100%-95
height = 20
width = 40%
text_color = "#000"
fg_color = "#236ee0"
bg_color = "#fff"
border_color = "#fff"
}
# Show an informational message.
+ hbox {
top = 100%-60
left = 28%
height = 20
+ label {
text = "Enter: Boot Selection E: Edit Selection C: GRUB Console"
color = "#FFF"
align = "center"
}
}