Grub2 Theme Vimix AUTHOR: vinceliuice Installation Arch Linux install packages form AUR : $ yaourt -S grub2-theme-vimix-git Edit /etc/default/grub : GRUB_THEME="/boot/grub/themes/Vimix/theme.txt" Update grub : $ grub-mkconfig -o /boot/grub/grub.cfg Fedora 28/29/32 install packages: $ cd Downloads/ $ git clone https://github.com/Se7endAY/grub2-theme-vimix.git && cd grub2-theme-vimix $ sudo cp -r Vimix/ /boot/grub2/themes/ $ sudo nano /etc/default/grub Copy this at the bottom $ GRUB_THEME="/boot/grub2/themes/Vimix/theme.txt" Place # marker in front $ GRUB_TERMINAL_OUTPUT="console" Update grub: $ sudo grub2-mkconfig -o /etc/grub2.cfg Update grub for UEFI boot: $ sudo grub2-mkconfig -o /etc/grub2-efi.cfg Screenshot