-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.txt
55 lines (46 loc) · 959 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
47
48
49
50
51
52
53
54
55
# elementary OS GRUB2 theme
#
# based on Arch-Silence theme for GRUB2 2015 Filippo Ghibellini
#general settings
title-text: ""
desktop-color: "#000000"
terminal-font: "Inter Regular 12"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
#progress bar
+ progress_bar {
id = "__timeout__"
left = 0
top = 0
height = 15
width = 100%
show_text = false
# just two vertical pixels of color #1793d1
bar_style = "progress_bar/progress_bar_*.png"
highlight_style = "progress_bar/progress_bar_hl_*.png"
}
# elementary OS logo
+ image {
top = 50%-200
left = 50%-75
file = "logo.png"
}
#boot menu
+ boot_menu {
left = 50%-150
width = 500
top = 50%+100
height = 300
item_font = "Inter Bold 14"
item_color = "#999"
selected_item_font = "DejaVu Sans Bold 14"
selected_item_color= "#fff"
item_height = 26
item_padding = 0
item_icon_space = 0
item_spacing = 1
scrollbar = false
}