-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.txt
executable file
·79 lines (65 loc) · 1.3 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
# Global
title-text: ""
desktop-image: "background.png"
# Terminal for Console and Options
terminal-border: "20"
terminal-left: "20%"
terminal-top: "20%+23"
terminal-width: "60%"
terminal-height: "60%"
terminal-box: "term_*.png"
terminal-font: "Monocraft Regular 22"
# SHADOW
+ boot_menu {
left = 2%-1
top = 60%-1
width = 600
height = 500
item_font = "PixelHallfeticaJP10P Regular 30"
item_color = white
selected_item_color = white
item_height = 30
item_icon_space = -20
item_spacing = 45
scrollbar = false
}
+ boot_menu {
left = 2%
top = 60%
width = 600
height = 500
item_font = "PixelHallfeticaJP10P Regular 30"
item_color = black
selected_item_color = black
item_height = 30
item_padding = 0
item_icon_space = -20
item_spacing = 45
item_pixmap_style = "item_*.png"
selected_item_pixmap_style = "selected_item_*.png"
scrollbar = false
}
# TEXT
+ label {
id = "__timeout__"
left = 50%
top = 100%-50
height = 24
width = 50%-6
text = "Executing selected entry in %d seconds"
align = "right"
font = "PixelHallfeticaJP10P Regular 30"
color = "white"
}
# SHADOW
+ label {
id = "__timeout__"
left = 50%+3
top = 100%-47
height = 24
width = 50%-6
text = "Executing selected entry in %d seconds"
align = "right"
font = "PixelHallfeticaJP10P Regular 30"
color = "#3f3f3f"
}