You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ventoy/INSTALL/grub/themes/ventoy/theme.txt

89 lines
1.4 KiB
Plaintext

5 years ago
desktop-image: "background.png"
title-text: " "
title-color: "#ffffff"
message-color: "#f2f2f2"
terminal-box: "terminal_box_*.png"
+ boot_menu {
left = 10%
width = 80%
top = 30%
height = 50%
menu_pixmap_style = "menu_*.png"
item_color = "#ffffff"
item_height = 30
4 years ago
5 years ago
item_spacing = 1
item_padding = 1
selected_item_color= "#f2f2f2"
selected_item_pixmap_style = "select_*.png"
4 years ago
item_icon_space = 0
5 years ago
scrollbar = true
scrollbar_width = 10
scrollbar_thumb = "slider_*.png"
}
+ progress_bar {
id = "__timeout__"
text = "@TIMEOUT_NOTIFICATION_SHORT@"
4 years ago
left = 20%
width = 60%
top = 85%
5 years ago
4 years ago
text_color = "red"
5 years ago
bar_style = "*"
highlight_style = "*"
}
5 years ago
4 years ago
+ hbox{
4 years ago
left = 30%
4 years ago
top = 95%
width = 10%
height = 25
4 years ago
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
4 years ago
}
5 years ago
+ hbox{
left = 30%
top = 95%-25
5 years ago
width = 10%
height = 25
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"}
}
+ hbox{
4 years ago
left = 30%
top = 95%-50
5 years ago
width = 10%
height = 25
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"}
}
+ hbox{
left = 30%+100
top = 95%-50
width = 10%
height = 25
+ label {text = "@VTOY_GRUB2_MODE@" color = "red" align = "left"}
}
5 years ago
+ hbox{
left = 90%
top = 55
width = 10%
height = 25
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"}
}