-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.txt
59 lines (56 loc) · 1.4 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
# Global properties
title-text: ""
desktop-image: "background.png"
desktop-color: "#4a5050"
terminal-font: "Unknown Regular 36"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Boot menu
+ boot_menu {
top = 75%
width = 100%
height = 100%
item_font = "Unknown Regular 36"
item_color = "#888888"
selected_item_color = "#ffffff"
item_height = 40
item_spacing = 4
item_pixmap_style = "item_*.png"
selected_item_pixmap_style = "selected_item_*.png"
align = "center"
}
# Countdown message
+ label {
left = 0
top = 100%
width = 100%
align = "center"
id = "__timeout__"
# EN
text = "Booting in %d seconds"
# FR
# text = "Démarrage automatique dans %d secondes"
# RU
# text = "Загрузка выбранного пункта через %d сек."
color = "#888888"
font = "Unknown Regular 36"
}
# Navigation keys hint
+ label {
left = 0
top = 100%
width = 100%
align = "center"
# EN
text = "Use ↑ and ↓ keys to change selection, Enter to confirm"
# FR
# text = "Choisissez le système avec les flèches du clavier (↑ et ↓), puis validez avec la touche Enter (↲)"
# RU
# text = "Используйте клавиши ↑ и ↓ для изменения выбора, Enter для подтверждения"
color = "#888888"
font = "Unknown Regular 36"
}