53 lines
1.0 KiB
Plaintext
Raw Normal View History

# Archipelago GRUB Theme
# Dark background with Bitcoin orange accents
title-text: ""
desktop-color: "#0a0a0a"
terminal-font: "DejaVu Sans Regular 16"
+ boot_menu {
left = 25%
top = 40%
width = 50%
height = 30%
item_font = "DejaVu Sans Regular 16"
item_color = "#aaaaaa"
selected_item_font = "DejaVu Sans Regular 16"
selected_item_color = "#ffffff"
selected_item_pixmap_style = "select_*.png"
item_height = 36
item_spacing = 8
item_padding = 16
scrollbar = false
}
+ label {
left = 25%
top = 20%
width = 50%
text = "A R C H I P E L A G O"
font = "DejaVu Sans Bold 24"
color = "#f7931a"
align = "center"
}
+ label {
left = 25%
top = 28%
width = 50%
text = "Bitcoin Node OS"
font = "DejaVu Sans Regular 14"
color = "#888888"
align = "center"
}
+ label {
left = 25%
top = 90%
width = 50%
text = "Use arrow keys to select, Enter to boot"
font = "DejaVu Sans Regular 12"
color = "#555555"
align = "center"
}