]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/grub/themes/ventoy/theme.txt
Update BuildVentoyFromSource.txt
[Ventoy.git] / INSTALL / grub / themes / ventoy / theme.txt
1
2 desktop-image: "background.png"
3 title-text: " "
4 title-font: "ascii"
5 title-color: "#ffffff"
6 message-font: "ascii"
7 message-color: "#f2f2f2"
8
9 terminal-box: "terminal_box_*.png"
10
11 + boot_menu {
12 left = 10%
13 width = 80%
14 top = 30%
15 height = 50%
16
17 menu_pixmap_style = "menu_*.png"
18
19 item_font = "ascii"
20 item_color = "#ffffff"
21 item_height = 30
22
23 item_spacing = 1
24 item_padding = 1
25
26 selected_item_font = "ascii"
27 selected_item_color= "#f2f2f2"
28 selected_item_pixmap_style = "select_*.png"
29
30 item_icon_space = 0
31
32 scrollbar = true
33 scrollbar_width = 10
34 scrollbar_thumb = "slider_*.png"
35 }
36
37 + progress_bar {
38 id = "__timeout__"
39 text = "@TIMEOUT_NOTIFICATION_SHORT@"
40
41 left = 95%
42 width = 48
43 top = 95%
44 height = 48
45
46 text_color = "#f2f2f2"
47 bar_style = "*"
48 highlight_style = "*"
49 }
50
51 + hbox{
52 left = 30%
53 top = 95%
54 width = 10%
55 height = 25
56 + label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"}
57 }
58
59
60 + hbox{
61 left = 90%
62 top = 5
63 width = 10%
64 height = 25
65 + label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"}
66 }
67
68
69 + hbox{
70 left = 90%
71 top = 30
72 width = 10%
73 height = 25
74 + label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"}
75 }
76
77
78 + hbox{
79 left = 90%
80 top = 55
81 width = 10%
82 height = 25
83 + label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"}
84 }
85