-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.txt
110 lines (94 loc) · 1.6 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Global
title-text: ""
desktop-image: "background.png"
# Terminal for Console and Options
terminal-border: "20"
terminal-left: "10%"
terminal-top: "10%+23"
terminal-width: "80%"
terminal-height: "80%"
terminal-box: "term_*.png"
terminal-font: "TerminusBold"
# Text White
+ boot_menu {
left = 10%-297
top = 40%+14
width = 600
height = 500
item_font = "TerminusBold"
item_color = "#ffffff"
selected_item_color = "#ffffa0"
item_height = 34
item_padding = 0
item_spacing = 38
scrollbar = false
}
+ boot_menu {
left = 10%-300
top = 40%
width = 600
height = 500
item_font = "TerminusBold"
item_color = "#383838"
selected_item_color = "#3f3f28"
item_height = 34
item_padding = 0
item_spacing = 38
item_pixmap_style = "item_*.png"
selected_item_pixmap_style = "selected_item_*.png"
scrollbar = false
}
# TEXT
+ label {
left = 6
top = 100%-61
height = 54
width = 200
text = "TWMGrub"
font = "TerminusBold"
color = "#9F59FF"
}
# SHADOW
+ label {
left = 9
top = 100%-58
height = 54
width = 200
text = "TWMGrub"
font = "TerminusBold"
color = "#3f3f3f"
}
# TEXT
+ label {
id = "__timeout__"
left = 50%
top = 100%-31
height = 24
width = 50%-6
text = "Calling TWM in %d seconds"
align = "right"
font = "TerminusBold"
color = "#9F59FF"
}
# SHADOW
+ label {
id = "__timeout__"
left = 50%+3
top = 100%-28
height = 24
width = 50%-6
text = "Calling TWM in %d seconds"
align = "right"
font = "TerminusBold"
color = "#3f3f3f"
}
#TEXT
+ label {
id = "__bar__"
left = 10%-297
top = 80%
text = "[E]Options [C]Console"
align = "right"
font = "TerminusBold"
color = "#9F59FF"
}