-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.txt
151 lines (97 loc) · 1.79 KB
/
theme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
desktop-image: "background.jpg"
desktop-color: "#808080"
title-text:" "
message-font: "Unifont Regular 16"
message-color: "#eff0f1"
terminal-top: "10%"
terminal-height: "80%"
terminal-left: "10%"
terminal-width: "80%"
terminal-border: "0"
terminal-font: "Unifont Regular 18"
terminal-box: "asset/terminal-box/terminal-box-*.png"
#+ image {
# top = 12%
# height = 64
# left = 50%-32
# width = 64
#
# file = "asset/info/logo.png"
#}
+ label {
top = 25%
height = 40
left = 30%
width = 40%
text = "Operating System Selection"
font = "Unifont Regular 16"
color = "#eff0f1"
align = "center"
}
+ boot_menu {
top = 35%
height = 30%
left = 30%
width = 40%
icon_width = 32
icon_height = 32
item_height = 48
item_padding = 12
item_icon_space = 12
item_spacing = 12
item_font = "Unifont Regular 24"
item_color = "#cccccc"
#menu_pixmap_style = "asset/menu-box/menu-box-*.png"
selected_item_color= "#ffffff"
selected_item_pixmap_style= "asset/menu-selected/menu-selected-*.png"
scrollbar = false
#scrollbar_width = 12
#scrollbar_thumb = "asset/menu-slider/menu-slider-*.png"
}
+ progress_bar {
top = 80%
height = 40
left = 30%
width = 40%
id = "__timeout__"
show_text = false
text_color = "white"
highlight_overlay = true
bar_style = "asset/progress-box/progress-box-*.png"
highlight_style = "asset/progress-bar/progress-bar-*.png"
}
#+ image {
# top = 80%+48
# height = 42
# left = 30%
# width = 40%
#
# file = "asset/info/tips.png"
#}
##
## straight stripe
##
+ image {
top = 0
height = 100%
left = 25%
width = 50%
file = "asset/cover/mask.png"
}
##
## cross stripes
##
+ image {
top = 30%
height = 40%
left = 0
width = 25%
file = "asset/cover/mask.png"
}
+ image {
top = 30%
height = 40%
left = 75%
width = 100%
file = "asset/cover/mask.png"
}