-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.txt
89 lines (84 loc) · 2.22 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
# general settings
title-text: "SELECT YOUR OPERATING SYSTEM"
title-color: "#3ec6ae"
message-font: "DejaVu Sans Regular 15"
message-color: "#fd262e"
message-bg-color: "#808080"
desktop-image: "background.png"
desktop-color: "#808080"
terminal-font: "DejaVu Sans Regular 15"
# Logo SAO
+ image {
left = 40%
top = 70%
width = 216
height = 45
file = "sao-logo-45.png"
}
# Titre menu
+ label {
top = 10%
left = 15%
width = 70%
height = 38
text = ""
align = "center"
font = "DroidLogo Bold 25"
color = "#fefefe"
}
# boot menu
+ boot_menu {
left = 25%
width = 50%
top = 40%
height = 47%
item_font = "DroidLogo Regular 16"
item_color = "#1c5c51"
selected_item_font = "DroidLogo Regular 18"
selected_item_color = "#05ff6f"
icon_width = 12
icon_height = 12
item_height = 28
item_padding = 25
item_icon_space = 5
item_spacing = 5
menu_pixmap_style = "boot_menu2_*.png"
selected_item_pixmap_style = "highlight_*.png"
}
# Show logo and circular progress
+ circular_progress
{
id = "__timeout__"
left = 43%
top = 72
width = 168
height = 168
num_ticks = 50
ticks_disappear = false
start_angle = -67
end_angle = -67
center_bitmap = "sao-circular.png"
tick_bitmap = "tick.png"
}
# help bar at the bottom
+ image {
left = 18%
top = 100%-30
width = 20
height = 20
file = "fleches_haut_bas.png"
}
+ hbox {
top = 100%-50
left = 20%
# + label { text = "??" font = "DroidLogo Bold 20" color = "#fd262e" }
+ label { text = ":select " font = "DroidLogo Bold 20" color = "#3ec6ae" }
+ label { text = "enter" font = "DroidLogo Bold 20" color = "#fd262e" }
+ label { text = ":boot " font = "DroidLogo Bold 20" color = "#3ec6ae" }
+ label { text = "e" font = "DroidLogo Bold 20" color = "#fd262e" }
+ label { text = ":edit " font = "DroidLogo Bold 20" color = "#3ec6ae" }
+ label { text = "c" font = "DroidLogo Bold 20" color = "#fd262e" }
+ label { text = ":command-line " font = "DroidLogo Bold 20" color = "#3ec6ae" }
+ label { text = "esc" font = "DroidLogo Bold 20" color = "#fd262e" }
+ label { text = ":retour menu" font = "DroidLogo Bold 20" color = "#3ec6ae" }
}