2026-03-27 18:19:49 +00:00
|
|
|
# Archipelago GRUB Theme
|
|
|
|
|
# Dark background with Bitcoin orange accents
|
2026-03-27 21:35:12 +00:00
|
|
|
# Font references removed — GRUB uses whatever fonts are loaded in grub.cfg
|
2026-03-27 18:19:49 +00:00
|
|
|
|
|
|
|
|
title-text: ""
|
|
|
|
|
desktop-color: "#0a0a0a"
|
|
|
|
|
|
|
|
|
|
+ boot_menu {
|
|
|
|
|
left = 25%
|
|
|
|
|
top = 40%
|
|
|
|
|
width = 50%
|
|
|
|
|
height = 30%
|
|
|
|
|
item_color = "#aaaaaa"
|
2026-03-27 21:35:12 +00:00
|
|
|
selected_item_color = "#f7931a"
|
2026-03-27 18:19:49 +00:00
|
|
|
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"
|
|
|
|
|
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"
|
|
|
|
|
}
|