-
Notifications
You must be signed in to change notification settings - Fork 112
Home
Alejandro Amaral edited this page Mar 25, 2024
·
16 revisions
A clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night. The perfect companion for tokyonight-vim Adapted from the original, Visual Studio Code theme.
- Master: stable production branch.
- Next: staging branch, has all release candidate features.
- Experimental: branch that I use daily. It can be unstable and can be changed anytime.
- Legacy: old unmaintained tokyo-night-tmux version.
- A patched font with Nerd Font. Ensure your terminal is set to use one before installing this theme. Any patched font will do. See
nerdfonts.com
for more informations. - For some styles, support for Unicode 13 (see issue #36)
- Git
- GitHub-cli / Gitlab-cli (see git-widget)
- This theme requires the
GNU bc
for precise mathematical calculation (see netspeed-widget. - playerctl / nowplaying-cli (see NowPlaying-widget
You can install using any method below:
Add this line to your tmux.conf
:
set -g @plugin "janoamaral/tokyo-night-tmux"
Install as any other plugin
Clone this repo
git clone https://github.com/janoamaral/tokyo-night-tmux.git /home/your_user/somewhere/tokyo-night-tmux
Add this line to your tmux.conf
:
run-shell "/home/your_user/somewhere/tokyo-night-tmux/tokyo-night.tmux
Reload tmux and you're done