-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.txt
54 lines (40 loc) · 987 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
#RosePine grub2 theme
title-text: ""
desktop-color: "#1F1D29"
terminal-box: "terminal_box_*.png"
terminal-font: "Gnu Unifont Mono Regular 16"
+ boot_menu {
left = 10%
width = 80%
top = 25%
height = 50%
item_font = "DejaVu Sans Bold 12"
item_color = "#FAEBD7"
item_height = 48
item_icon_space = 10
item_spacing = 2
selected_item_font = "DejaVu Sans Bold 12"
selected_item_color= "#EA6F91"
selected_item_pixmap_style = "select_*.png"
icon_height = 48
icon_width = 48
scrollbar = true
scrollbar_width = 20
scrollbar_thumb = "slider_*.png"
}
+ progress_bar {
id = "__timeout__"
left = 15%
top = 85%
height = 15
width = 70%
# font = "DejaVu Sans Regular 12"
# text_color = "#ffffff"
fg_color = "#34738e"
bg_color = "#9BCED7"
border_color = "#1F1D29"
# instead of the above colors, use pixmaps
# bar_style = "progress_bar_*.png"
# highlight_style = "progress_highlight_*.png"
# text = "@TIMEOUT_NOTIFICATION_LONG@"
}