commit 8649e3256d1ccccd9209d95728b1b35c9679f252 Author: crylia Date: Tue Jul 6 13:55:06 2021 +0200 init commit diff --git a/grub/themes/mario/background.png b/grub/themes/mario/background.png new file mode 100644 index 0000000..0fe9364 Binary files /dev/null and b/grub/themes/mario/background.png differ diff --git a/grub/themes/mario/mario64.pf2 b/grub/themes/mario/mario64.pf2 new file mode 100644 index 0000000..bc2dc4a Binary files /dev/null and b/grub/themes/mario/mario64.pf2 differ diff --git a/grub/themes/mario/theme.txt b/grub/themes/mario/theme.txt new file mode 100644 index 0000000..7ae88a1 --- /dev/null +++ b/grub/themes/mario/theme.txt @@ -0,0 +1,27 @@ +# GRUB2 Mario theme + +# Global Property +title-text: "" +desktop-image: "background.png" +terminal-box: "" +terminal-left: "0" +terminal-top: "0" +terminal-width: "100%" +terminal-height: "100%" +terminal-border: "1" +terminal-font: "Mario64 Regular 32" + +# Boot menu ++ boot_menu { + left = 29% + top = 33% + width = 500 + height = 400 + item_font = "Mario64 Regular 32" + item_color = "#212121" + selected_item_color = "#49276b" + item_spacing = 10 + item_height = 40 + icon_width = 0 + item_icon_space = 0 +}