26 lines
582 B
Plaintext
26 lines
582 B
Plaintext
# Theme GRUB tactile - Triple Boot Terra
|
|
title-text: ""
|
|
desktop-image: "background.png"
|
|
desktop-color: "#0f1428"
|
|
message-color: "#ffffff"
|
|
message-bg-color: "#000000"
|
|
terminal-font: "DejaVu Sans Bold 24"
|
|
|
|
+ boot_menu {
|
|
left = 15%
|
|
top = 25%
|
|
width = 70%
|
|
height = 60%
|
|
item_font = "DejaVu Sans Bold 48"
|
|
item_color = "#aabbcc"
|
|
selected_item_font = "DejaVu Sans Bold 48"
|
|
selected_item_color = "#ffffff"
|
|
item_height = 160
|
|
item_padding = 30
|
|
item_spacing = 20
|
|
item_icon_space = 40
|
|
icon_width = 128
|
|
icon_height = 128
|
|
selected_item_pixmap_style = "select_*.png"
|
|
}
|