Skip to content

A grub theme using Tokyo Night color scheme based on Dracula grub

License

Notifications You must be signed in to change notification settings

mino29/tokyo-night-grub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tokyo-Night for GRUB

LinuxArch

A dark theme for GRUB. Basically just minor tweaks of Dracula grub that I made to go along with my arch i3 rice.

Screenshot

This can adapt to various resolustions of screens, at least my 1080p screen worked just fine.

Compatibility

It should be compatible with all linux distros that uses grub

But I only used ubuntu, fedora and arch so far, so your mileage may vary.

Install

Steps:

  1. clone this repo or download the .zip
git clone https://github.com/mino29/tokyo-night-grub.git
  1. Change directory
cd tokyo-night-grub
  1. copy the whole tokyo-night directory grub themes
sudo cp -r tokyo-night /boot/grub/themes
  1. edit grub file
sudo vim /etc/default/grub

change #GRUB_THEME= to GRUB_THEME="/boot/grub/themes/tokyo-night/theme.txt"

  1. use magic and reboot

run this command

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

then reboot and voila

Potential problems and solutions

Oh oh, can't see grub menu or boot into arch linux?

Grub on Arch Linux can be a pain to deal with recently. After I change the theme and reboot and cannot boot into my Arch Linux, had to do a "chroot", but worry not, here's what you need:

Credit

License

MIT License

About

A grub theme using Tokyo Night color scheme based on Dracula grub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published