2026-03-27 18:19:49 +00:00
|
|
|
# Archipelago GRUB Theme
|
|
|
|
|
# Dark background with Bitcoin orange accents
|
|
|
|
|
|
|
|
|
|
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-30 16:35:06 +01:00
|
|
|
left = 10%
|
|
|
|
|
top = 35%
|
|
|
|
|
width = 80%
|
|
|
|
|
height = 40%
|
|
|
|
|
item_font = "DejaVu Sans Bold 16"
|
2026-03-27 18:19:49 +00:00
|
|
|
item_color = "#aaaaaa"
|
2026-03-30 16:35:06 +01:00
|
|
|
selected_item_font = "DejaVu Sans Bold 16"
|
2026-03-27 21:35:12 +00:00
|
|
|
selected_item_color = "#f7931a"
|
2026-03-30 16:35:06 +01:00
|
|
|
item_height = 36
|
|
|
|
|
item_spacing = 8
|
|
|
|
|
item_padding = 16
|
2026-03-27 18:19:49 +00:00
|
|
|
scrollbar = false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
+ label {
|
2026-03-30 16:35:06 +01:00
|
|
|
left = 10%
|
|
|
|
|
top = 18%
|
|
|
|
|
width = 80%
|
|
|
|
|
font = "DejaVu Sans Mono Bold 24"
|
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 {
|
2026-03-30 16:35:06 +01:00
|
|
|
left = 10%
|
|
|
|
|
top = 26%
|
|
|
|
|
width = 80%
|
|
|
|
|
font = "DejaVu Sans Bold 14"
|
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 {
|
2026-03-30 16:35:06 +01:00
|
|
|
left = 10%
|
2026-03-27 18:19:49 +00:00
|
|
|
top = 90%
|
2026-03-30 16:35:06 +01:00
|
|
|
width = 80%
|
|
|
|
|
font = "DejaVu Sans Bold 12"
|
|
|
|
|
text = "press tab to edit | use arrow keys to select | enter to boot"
|
2026-03-27 18:19:49 +00:00
|
|
|
color = "#555555"
|
|
|
|
|
align = "center"
|
|
|
|
|
}
|