Open the file manager as root and unpack the theme in
/boot/grub/themes
Then
sudo nano /etc/default/grub
There, edit path to theme
GRUB_THEME="/boot/grub/themes/THEME-NAME/theme.txt"
Edit resolution like so:
GRUB_GFXMODE=1600x900
Apply changes:
sudo grub-mkconfig -o /boot/grub/grub.cfg
alternative link download