1 # GRUB gfxmenu theme "winter".
2 # Uses background image from:
3 # http://www.cyberpunkcafe.com/e107_plugins/autogallery/autogallery.php?show=1.Open%20Source%20Wallpaper
4 # "without-leaves.png" was called "Without Leafs in Winter.png"
6 lua-script: "winter.lua"
8 title-font: "Helvetica Bold 18"
9 status-font: "Helvetica 8"
10 terminal-font: "Fixed 9"
11 title-color: "40, 40, 40"
13 status-bg-color: "0, 166, 183, 128"
14 desktop-image: "without-leaves.png"
15 desktop-color: "0, 154, 183"
16 terminal-box: "terminal_*.png"
20 preferred_size = (400, -1)
21 item_font = "Helvetica Bold 14"
22 selected_item_font = "Helvetica Bold 14"
23 item_color = "0, 0, 0"
24 selected_item_color = "203, 251, 255"
25 menu_pixmap_style = "menu_*.png"
26 selected_item_pixmap_style = "select_*.png"
35 # You can add text at arbitrary locations on the screen.
36 # The specification within the "+label {...}" block is free-form,
37 # so you can use as much or as little white space as you like.
41 font = "smoothansi 13"
43 text = "This is the Winter theme ... brought to you by GRUB!"
46 # Show the text alignment supported by labels.
49 preferred_size = (200, -1) # A preferred size of -1 means automatic.
50 + label { text="Text alignment demo" align="center" font="aqui 11" }
51 + label { text="Left" align="left" font="cure 11" }
52 + label { text="Center" align="center" font="cure 11" }
53 + label { text="Right" align="right" font="cure 11" }
58 + label { text="GNU" font="gelly 11" color="0, 0, 0" }
59 + label { text="GRUB" font="aqui 11" color="0, 0, 0" }
60 + label { text="boot loader" font="cure 11" color="0, 0, 0" }
65 + label { text="GNU" font="gelly 11" color="0, 0, 0" }
66 + label { text="GRUB" font="aqui 11" color="0, 0, 0" }
67 + label { text="boot loader" font="cure 11" color="0, 0, 0" }
70 # Demonstration of a compound layout: boxes within boxes.
77 # Note: We can't just use 'size' to set the image's size,
78 # since the vbox will resize the component according to its
79 # preferred size, which for images is the native image size.
81 + image { file="/boot/grub/themes/icons/ubuntu.png"
82 preferred_size = (20, 20) }
83 + image { file="/boot/grub/themes/icons/gentoo.png"
84 preferred_size = (20, 20) }
89 + label { text="GRand" font="cure 11" color=#99F }
90 + label { text="Unified" font="cure 11" color=#BBF }
91 + label { text="Bootloader" font="cure 11" color=#DDF }
95 # By defining a 'progress_bar' type component with an ID of '__timeout__',
96 # the progress bar will be used to display the time remaining before an
97 # the default entry is automatically booted.
102 preferred_size = (500, 24)
111 # Although the progress_bar component is normally used to indicate the
112 # time remaining, it's also possible to create other components with an ID
113 # of '__timeout__'. All components with and ID of 'timeout_bar' will have
114 # the following properties set based on the timeout value:
115 # text, value, start, end, visible.
116 # In this case, we have set 'show_text=false' on the progress bar, and use
117 # the following label's 'text' property to display the message.
122 preferred_size = (500, 24)