theme.txt 1.35 KB
Newer Older
longpanda's avatar
longpanda committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

desktop-image: "background.png"
title-text: " "
title-font: "ascii"
title-color: "#ffffff"
message-font: "ascii"
message-color: "#f2f2f2"

terminal-box: "terminal_box_*.png"

+ boot_menu {
  left = 10%
  width = 80%
  top = 30%
  height = 50%

  menu_pixmap_style = "menu_*.png"

  item_font = "ascii"  
  item_color = "#ffffff"  
  item_height = 30
longpanda's avatar
longpanda committed
22
  
longpanda's avatar
longpanda committed
23
24
25
26
27
28
29
  item_spacing = 1
  item_padding = 1

  selected_item_font = "ascii"
  selected_item_color= "#f2f2f2"
  selected_item_pixmap_style = "select_*.png"

longpanda's avatar
longpanda committed
30
  item_icon_space = 0
longpanda's avatar
longpanda committed
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

  scrollbar = true
  scrollbar_width = 10
  scrollbar_thumb = "slider_*.png"
}

+ progress_bar {
  id = "__timeout__"
  text = "@TIMEOUT_NOTIFICATION_SHORT@"

  left = 95%
  width = 48
  top = 95%
  height = 48

  text_color = "#f2f2f2"
  bar_style = "*"
  highlight_style = "*"
}
longpanda's avatar
longpanda committed
50

longpanda's avatar
longpanda committed
51
+ hbox{ 
longpanda's avatar
longpanda committed
52
    left = 30%
longpanda's avatar
longpanda committed
53
54
55
    top = 95%
    width = 10%
    height = 25
longpanda's avatar
longpanda committed
56
    + label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "left"} 
longpanda's avatar
longpanda committed
57
58
}

longpanda's avatar
longpanda committed
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85

+ hbox{ 
    left = 90%
    top = 5 
    width = 10%
    height = 25
    + label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"} 
}


+ hbox{ 
    left = 90%
    top = 30 
    width = 10%
    height = 25
    + label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"} 
}


+ hbox{ 
    left = 90%
    top = 55 
    width = 10%
    height = 25
    + label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"} 
}