Ventoy/INSTALL/grub/themes/ventoy/theme.txt

97 lines
1.5 KiB
Text
Raw Normal View History

2020-04-04 12:07:50 -04:00
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
2020-04-30 10:40:40 -04:00
2020-04-04 12:07:50 -04:00
item_spacing = 1
item_padding = 1
selected_item_color= "#f2f2f2"
selected_item_pixmap_style = "select_*.png"
2020-04-30 10:40:40 -04:00
item_icon_space = 0
2020-04-04 12:07:50 -04:00
scrollbar = true
scrollbar_width = 10
scrollbar_thumb = "slider_*.png"
}
+ progress_bar {
id = "__timeout__"
text = "@TIMEOUT_NOTIFICATION_SHORT@"
2020-06-25 11:01:48 -04:00
left = 20%
width = 60%
top = 85%
2020-04-04 12:07:50 -04:00
2020-06-25 11:01:48 -04:00
text_color = "red"
2020-04-04 12:07:50 -04:00
bar_style = "*"
highlight_style = "*"
}
2020-04-10 11:03:03 -04:00
2020-04-27 08:44:33 -04:00
+ hbox{
2020-04-30 10:40:40 -04:00
left = 30%
2020-04-27 08:44:33 -04:00
top = 95%
width = 10%
height = 25
2020-04-30 10:40:40 -04:00
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
2020-04-27 08:44:33 -04:00
}
2020-04-10 11:03:03 -04:00
+ hbox{
left = 30%
top = 95%-25
2020-04-10 11:03:03 -04:00
width = 10%
height = 25
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"}
}
+ hbox{
2020-06-14 13:41:33 -04:00
left = 30%
top = 95%-50
2020-04-10 11:03:03 -04:00
width = 10%
height = 25
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"}
}
2021-04-10 01:57:20 -04:00
+ hbox{
2021-04-10 08:01:39 -04:00
left = 30%+200
2021-04-10 01:57:20 -04:00
top = 95%-50
width = 10%
height = 25
+ label {text = "@VTOY_GRUB2_MODE@" color = "red" align = "left"}
}
2021-05-12 10:49:12 -04:00
+ hbox{
left = 30%+200
top = 95%-25
width = 10%
height = 25
+ label {text = "@VTOY_WIMBOOT_MODE@" color = "red" align = "left"}
}
2020-04-10 11:03:03 -04:00
+ hbox{
left = 90%
top = 55
width = 10%
height = 25
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"}
}