]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/grub/themes/ventoy/theme.txt
bug fix
[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 }