Skip to content

Grub Theme

Copy the theme into the grub themes folder:

Terminal window
sudo cp -r path_to_theme_dir /boot/grub/themes/folder_name

Open the grub config:

Terminal window
sudo vim /etc/default/grub

Update or add these configurations:

Terminal window
GRUB_TERMINAL="gfxterm"
GRUB_THEME=/boot/grub/themes/folder_name/theme.txt

Apply the changes:

Terminal window
sudo grub-mkconfig -o /boot/grub/grub.cfg