X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrml-theme%2Ftheme.txt;fp=templates%2Fboot%2Fgrub%2Fgrml-theme%2Ftheme.txt;h=bf867efa75441def249432fa67dd19350ee36a00;hb=d501c11085b6c048bf9f4bd186f5ac8d267b9ff6;hp=0000000000000000000000000000000000000000;hpb=a9f099a853e5c4c02cdb031ed43c9633a69b6c08;p=grml-live.git diff --git a/templates/boot/grub/grml-theme/theme.txt b/templates/boot/grub/grml-theme/theme.txt new file mode 100644 index 0000000..bf867ef --- /dev/null +++ b/templates/boot/grub/grml-theme/theme.txt @@ -0,0 +1,44 @@ +title-text: "" +title-color: "#FFFFFF" +desktop-color: "black" +message-color: "#FFFFFF" + ++ image { + file = "grml-logo.png" + left = 45% + top = 2% +} ++ boot_menu { + left = 15% + width = 70% + top = 16% + height = 36% + item_color = "#FFFFFF" + selected_item_color = "orange" + item_spacing = 4 + item_height = 12 + border_color = "#FFFFFF" + +} + + +# Show an informational message. ++ vbox { + top = 55% + left = 20% + + label {text = "Press ENTER to boot or E to edit menu entry " color = "white" align = "left"} + + label {text = "Press C to enter the Grub commandline" color = "white"} +} + ++ progress_bar +{ + id = "__timeout__" + top = 75% + left = 20% + text_color = "#FFFFFF" + fg_color = "orange" + bg_color = #66B + border_color = #006 + text = "@TIMEOUT_NOTIFICATION_LONG@" + +}