-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.txt
49 lines (44 loc) · 1.04 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
# GRUB2 gfxmenu GReza theme.
# Designed for any resolution between 800x600 and 1600x1200.
# Created by Safiyat Reza
# Global Property
title-text: ""
title-font: "ComfortaaRegular 16"
title-color: "#333333"
message-font: "Fixed Regular 13"
message-color: "#333333"
message-bg-color: "#f2f2f2"
desktop-image: "background.png"
desktop-color: "#f5f5f5"
terminal-box: "terminal_bkg_*.png"
terminal-font: "Fixed Regular 13"
# Show the boot menu
+ boot_menu {
left = 0
width = 50%
top = 0
height = 100%
item_font = "ComfortaaRegular 16"
selected_item_font = "ComfortaaRegular 16"
item_color = "#f5f5f5"
selected_item_color = "#333333"
item_height = 56
item_padding = 0
item_spacing = 20
icon_width = 48
icon_height = 48
item_icon_space = 20
selected_item_pixmap_style= "select_bkg_*.png"
menu_pixmap_style = "menu_bkg_*.png"
scrollbar = false
scrollbar_width = 17
scrollbar_thumb = "sb_thumb_*.png"
scrollbar_frame = "sb_frame_*.png"
}
+ image {
top = 50%-290
left = 100%-500
width = 394
height = 580
file = "info.png"
}