]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/grub/themes/ventoy/theme.txt
1.0.08beta1
[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 item_icon_space = 1
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 #icon_height = 30
31 #icon_width = 30
32
33 scrollbar = true
34 scrollbar_width = 10
35 scrollbar_thumb = "slider_*.png"
36 }
37
38 + progress_bar {
39 id = "__timeout__"
40 text = "@TIMEOUT_NOTIFICATION_SHORT@"
41
42 left = 95%
43 width = 48
44 top = 95%
45 height = 48
46
47 text_color = "#f2f2f2"
48 bar_style = "*"
49 highlight_style = "*"
50 }
51
52
53 + hbox{
54 left = 90%
55 top = 5
56 width = 10%
57 height = 25
58 + label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"}
59 }
60
61
62 + hbox{
63 left = 90%
64 top = 30
65 width = 10%
66 height = 25
67 + label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"}
68 }
69
70
71 + hbox{
72 left = 90%
73 top = 55
74 width = 10%
75 height = 25
76 + label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"}
77 }
78