-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.txt
56 lines (51 loc) · 1 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
# GRUB2 gfxmenu Linux theme
# Designed for any resolution
# Global Property
title-text: ""
desktop-image: "background.jpg"
desktop-color: "#242424"
terminal-font: "Terminus Regular 18"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Show the boot menu
+ boot_menu {
left = 52%
top = 18%
width = 28%
height = 54%
item_font = "DejaVu Sans Regular 32"
item_color = "#efefef"
selected_item_color = "#ffffff"
icon_width = 64
icon_height = 64
item_icon_space = 12
item_height = 96
item_padding = 6
item_spacing = 12
selected_item_pixmap_style = "select_*.png"
}
+ image {
top = 0%
left = 0%
file = "info.png"
}
+ image {
top = 29%
left = 22%
file = "logo.png"
}
# Show a countdown message using the label component
+ label {
top = 76%
left = 55%
width = 23%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#ffffff"
font = "DejaVu Sans Regular 32"
}