-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy paththeme.txt
More file actions
54 lines (40 loc) · 991 Bytes
/
theme.txt
File metadata and controls
54 lines (40 loc) · 991 Bytes
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
#SolarizedDark grub2 theme
title-text: ""
desktop-color: "#002b36"
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 = "#839496"
item_height = 32
item_icon_space = 8
item_spacing = 2
selected_item_font = "DejaVu Sans Bold 12"
selected_item_color= "#002B36"
selected_item_pixmap_style = "select_*.png"
icon_height = 32
icon_width = 32
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 = "#aaaaaa"
fg_color = "#073642"
bg_color = "#586E75"
border_color = "#002B36"
# instead of the above colors, use pixmaps
# bar_style = "progress_bar_*.png"
# highlight_style = "progress_highlight_*.png"
# text = "@TIMEOUT_NOTIFICATION_LONG@"
}