49 lines
909 B
Plaintext
Raw Normal View History

# Archipelago GRUB Theme
# Dark background with Bitcoin orange accents
# Font references removed — GRUB uses whatever fonts are loaded in grub.cfg
title-text: ""
desktop-color: "#0a0a0a"
desktop-image: "background.png"
desktop-image-scale-method: "stretch"
+ boot_menu {
left = 15%
top = 40%
width = 70%
height = 35%
item_color = "#aaaaaa"
selected_item_color = "#f7931a"
item_height = 40
item_spacing = 10
item_padding = 20
scrollbar = false
}
+ label {
left = 25%
top = 20%
width = 50%
text = "a r c h i p e l a g o"
color = "#f7931a"
align = "center"
}
+ label {
left = 25%
top = 28%
width = 50%
text = "bitcoin node os"
color = "#888888"
align = "center"
}
+ label {
left = 25%
top = 90%
width = 50%
text = "use arrow keys to select, enter to boot"
color = "#555555"
align = "center"
}