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"
|
2026-03-27 22:26:56 +00:00
|
|
|
desktop-image: "background.png"
|
2026-03-28 23:41:40 +00:00
|
|
|
desktop-image-scale-method: "stretch"
|
2026-03-27 18:19:49 +00:00
|
|
|
|
|
|
|
|
+ boot_menu {
|
2026-03-28 23:41:40 +00:00
|
|
|
left = 15%
|
2026-03-27 18:19:49 +00:00
|
|
|
top = 40%
|
2026-03-28 23:41:40 +00:00
|
|
|
width = 70%
|
|
|
|
|
height = 35%
|
2026-03-27 18:19:49 +00:00
|
|
|
item_color = "#aaaaaa"
|
2026-03-27 21:35:12 +00:00
|
|
|
selected_item_color = "#f7931a"
|
2026-03-28 23:41:40 +00:00
|
|
|
item_height = 40
|
|
|
|
|
item_spacing = 10
|
|
|
|
|
item_padding = 20
|
2026-03-27 18:19:49 +00:00
|
|
|
scrollbar = false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
+ label {
|
|
|
|
|
left = 25%
|
|
|
|
|
top = 20%
|
|
|
|
|
width = 50%
|
2026-03-28 11:31:48 +00:00
|
|
|
text = "a r c h i p e l a g o"
|
2026-03-27 18:19:49 +00:00
|
|
|
color = "#f7931a"
|
|
|
|
|
align = "center"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
+ label {
|
|
|
|
|
left = 25%
|
|
|
|
|
top = 28%
|
|
|
|
|
width = 50%
|
2026-03-28 11:31:48 +00:00
|
|
|
text = "bitcoin node os"
|
2026-03-27 18:19:49 +00:00
|
|
|
color = "#888888"
|
|
|
|
|
align = "center"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
+ label {
|
|
|
|
|
left = 25%
|
|
|
|
|
top = 90%
|
|
|
|
|
width = 50%
|
2026-03-28 11:31:48 +00:00
|
|
|
text = "use arrow keys to select, enter to boot"
|
2026-03-27 18:19:49 +00:00
|
|
|
color = "#555555"
|
|
|
|
|
align = "center"
|
|
|
|
|
}
|