Files
bee/iso/builder/config/bootloaders/grub-pc/live-theme/theme.txt

53 lines
1.2 KiB
Plaintext

desktop-color: "#000000"
desktop-image: "background.png"
title-color: "#42b6ff"
title-font: "Unifont Regular 16"
title-text: ""
message-font: "Unifont Regular 16"
terminal-font: "Unifont Regular 16"
#help bar at the bottom
+ label {
top = 100%-50
left = 0
width = 100%
height = 20
text = "@KEYMAP_SHORT@"
align = "center"
color = "#24425b"
font = "Unifont Regular 16"
}
#boot menu
+ boot_menu {
left = 20%
width = 60%
top = 70%
height = 30%-80
item_color = "#91d8ff"
item_font = "Unifont Regular 16"
selected_item_color= "#f5f7fb"
selected_item_font = "Unifont Regular 16"
item_height = 16
item_padding = 0
item_spacing = 4
icon_width = 0
icon_heigh = 0
item_icon_space = 0
}
#progress bar
+ progress_bar {
id = "__timeout__"
left = 20%
top = 100%-80
height = 14
width = 60%
font = "Unifont Regular 16"
text_color = "#0a0a00"
fg_color = "#42b6ff"
bg_color = "#101824"
border_color = "#24425b"
text = "@TIMEOUT_NOTIFICATION_LONG@"
}