Merge remote-tracking branch 'origin/github/pr/145'
[grml-live.git] / templates / boot / grub / grml-theme / theme.txt
1 # This is the default GRUB theme of Grml
2
3 title-text: ""
4 title-color: "#FFFFFF"
5 desktop-image: "black.png"
6 message-color:  "#FFFFFF"
7
8 + image {
9   file = "grml-logo.png"
10   left = 45%
11   top = 2%
12 }
13 + boot_menu {
14   left = 15%
15   width = 70%
16   top = 16%
17   height = 36%
18   item_color = "#FFFFFF"
19   selected_item_color = "orange"
20   item_spacing = 4
21   item_height = 12
22   border_color = "#FFFFFF"
23 }
24
25
26 # Show an informational message.
27 + vbox {
28   top = 55%
29   left = 20%
30   + label {text = "Press ENTER to boot or E to edit menu entry " color = "white" align = "left"}
31   + label {text = "Press C to enter the Grub commandline" color = "white"}
32 }
33
34 + progress_bar {
35    id = "__timeout__"
36    top = 75%
37    left = 20%
38    text_color = "#FFFFFF"
39    fg_color = "orange"
40    bg_color = #66B
41    border_color = #006
42    text = "@TIMEOUT_NOTIFICATION_LONG@"
43 }