-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.txt
executable file
·46 lines (43 loc) · 895 Bytes
/
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
# Adapted from Deadpool Theme By @bishwassagar
# Global properties
title-text: ""
desktop-color: "#000000"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Boot menu
+ boot_menu {
left = 15%
top = 50%
width = 70%
height = 60%
item_color = "#bbbbbb"
selected_item_color = "#ffffff"
item_height = 48
item_spacing = 8
item_icon_space = 12
item_pixmap_style = "item_*.png"
selected_item_pixmap_style = "selected_item_*.png"
}
# Countdown message
+ label {
left = 0
top = 98%-70
width = 100%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#ffffff"
}
# Navigation keys hint
+ label {
left = 0
top = 98%-30
width = 100%
align = "center"
text = "Use [UP] and [DOWN] keys to change selection, Enter to confirm"
color = "#ffffff"
}