Files
arch/grub-themes/1CyberGRUB-2077/theme.txt

143 lines
2.3 KiB
Plaintext
Raw Normal View History

2026-03-31 20:13:15 +08:00
# No Copyright
# general settings
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Terminus (TTF) Regular 16"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
+ label {
font = "Rajdhani Regular 32"
left = 0%
top = 8
width = 100%
align = "center"
color = "#842624"
text = "GNU GRAND UNIFIED BOOTLOADER VER. 2.2"
}
+ label {
font = "Rajdhani Regular 24"
left = 0%
top = 42
width = 100%
align = "center"
color = "#f75d54"
text = "[DISPLAY 1]"
}
+ image {
file = "logo.png"
top = 0
left = 100%-200
}
+ image {
file = "label.png"
top = 8
left = 8
}
+ label {
font = "Rajdhani Regular 16"
left = 8
top = 48
width = 100%
color = "#842624"
text = "[ >> ] SELECT OPERATING SYSTEM"
}
+ label {
font = "Rajdhani Regular 16"
left = 8
top = 66
width = 100%
color = "#842624"
text = "[ ] LOAD OPERATING SYSTEM"
}
+ label {
font = "Rajdhani Regular 16"
left = 8
top = 84
width = 100%
color = "#842624"
text = "[ ] LOAD INITRAMFS"
}
# boot menu
+ boot_menu {
left = 35%
width = 35%
top = 30%
height = 40%
item_font = "Rajdhani Regular 24"
item_color = "#74d6cf"
selected_item_font = "Rajdhani Regular 24"
selected_item_color = "#74d6cf"
icon_width = 24
icon_height = 24
item_height = 35
item_padding = 20
item_icon_space = 5
item_spacing = 5
menu_pixmap_style = "item/no_*.png"
selected_item_pixmap_style = "item/highlight_*.png"
}
# Show progress
+ progress_bar {
left = 0%
top = 100%-30
width = 100%
height = 30
id = "__timeout__"
text = "@TIMEOUT_NOTIFICATION_LONG@"
font = "Rajdhani Regular 18"
fg_color = "#ffffff"
bg_color = "#ffffff"
border_color = "#f75d54"
highlight_style = "progress_*.png"
}
+ label {
font = "Rajdhani Regular 24"
left = 8
top = 100%-136
width = 100%
color = "#842624"
text = " ↑↓ - NAVIGATE"
}
+ label {
font = "Rajdhani Regular 24"
left = 8
top = 100%-112
width = 100%
color = "#842624"
text = "<-' - CONFIRM"
}
+ label {
font = "Rajdhani Regular 24"
left = 8
top = 100%-86
width = 100%
color = "#842624"
text = " E - OPTIONS"
}
+ label {
font = "Rajdhani Regular 24"
left = 8
top = 100%-60
width = 100%
color = "#842624"
text = " C - COMMAND LINE"
}