# 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" + boot_menu { left = 25% top = 40% width = 50% height = 30% item_color = "#aaaaaa" selected_item_color = "#f7931a" 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" }