Hey there, this is my Tokyonight rofi theme. Changes are to be expected :)
Consider leaving a star, so you will not miss any ⭐
Default Version (normal icons and more text):
Big icons version 1 (bigger icons, one column):
Big icons version 2 (bigger icons, two columns):
My rofi setup requires you to have some kind of Nerdfont and rofi installed. In case you would like my setup without having to install a nerdfont, just comment out lines 10-12 in my config.rasi.
Run the following commands:
rm -rf ~/.config/rofi
git clone [email protected]:w8ste/Tokyonight-rofi-theme.git ~/.config/rofi
sudo mv ~/.config/rofi/tokyonight.rasi /usr/share/rofi/themes
sudo mv ~/.config/rofi/tokyonight_big1.rasi /usr/share/rofi/themes
sudo mv ~/.config/rofi/tokyonight_big2.rasi /usr/share/rofi/themes
rm ~/.config/rofi/README.md
Afterwards you can select the version, that you want via the rofi-theme-selector. In case you do not want all
of the versions: only mv
the ones that you want into /usr/share/rofi/themes
and rm ~/.config/rofi/"version"
the other ones.
It may be possible that you need to reaload your .config files (e.g. $mod + shift + r for i3), even though
this never occured when i was testing.
In case you prefer to install just the theme without my configuration of rofi, you run the following commands:
git clone [email protected]:w8ste/Tokyonight-rofi-theme.git ~/tokyonight
sudo mv ~/tokyonight/tokyonight.rasi /usr/share/rofi/themes
sudo mv ~/.config/rofi/tokyonight_big1.rasi /usr/share/rofi/themes
sudo mv ~/.config/rofi/tokyonight_big2.rasi /usr/share/rofi/themes
rm -rf ~/tokyonight
- This theme was inspired by the tokyonight colorscheme for nvim by folke.
- If you like this rofi-theme please, consider becoming a stargazer :)
- Check out my dotfiles
- and my rofi-powermenu
- In case you have something to add to this colorscheme feel free to fork it and if you want to create a pull request. If i believe your changes improved the project i will merge them
This theme has been posted on reddit here and here. A big thanks to the unixporn community for their feedback, which helped me improve this theme :)