Boo for GRUB
A dark GRUB bootloader theme based on Dracula grub
It should be compatible with all linux distros that use grub.
For Arch users, the theme is available from the AUR here.
-
Install it with your favorite AUR helper:
paru boo-grub-git
-
Follow steps 3. and 4. given below.
- Clone this repo or download the .zip
$ git clone https://github.com/PROxZIMA/boo-grub.git
$ cd boo-grub
- Copy the whole
boo
directory to grub themes
$ sudo cp -r boo /usr/share/grub/themes
- Edit grub config file
$ sudo vim /etc/default/grub
change #GRUB_THEME=
to GRUB_THEME="/usr/share/grub/themes/boo/theme.txt"
- Update grub using
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
- Reboot and voila
Never had one but still refer to the following article.
https://www.jeremymorgan.com/tutorials/linux/how-to-reinstall-boot-loader-arch-linux/