-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.txt
67 lines (61 loc) · 1.17 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
# Global properties
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Unifont Regular 16"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
# Boot menu
+ boot_menu {
left = 30%
top = 70%
width = 40%
height = 20%
item_font = "Mantinia Regular 30"
item_color = "#e0d4b6"
selected_item_color = "#ffffff"
selected_item_pixmap_style = "select_*.png"
item_height = 40
item_spacing = 8
}
# Countdown message
+ label {
left = 0
top = 100%-68
width = 100%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#999999"
font = "Mantinia Regular 18"
}
# Navigation keys hint
+ label {
left = 0
top = 100%-38
width = 100%
align = "center"
text = "Use ↑ and ↓ keys to change selection, Enter to confirm"
color = "#999999"
font = "Mantinia Regular 18"
}
+ label {
left = 0
top = 100%-88
width = 100%
align = "right"
text = "E for editing"
color = "#999999"
font = "Mantinia Regular 18"
}
+ label {
left = 0
top = 100%-64
width = 100%
align = "right"
text = "C for command-line"
color = "#999999"
font = "Mantinia Regular 18"
}