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