Skip to content
Alejandro Amaral edited this page Apr 13, 2024 · 16 revisions

About

image

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.

Branches

  • 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.

Dependencies

Installation

You can install using any method below:

With TPM

Add this line to your tmux.conf:

set -g @plugin "janoamaral/tokyo-night-tmux"

Install as any other plugin

Manually

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

Configuration

Every widget has his own configuration section. Please go to the corresponding page.

To change the global theme add this line to your tmux.conf:

set -g @tokyo-night-tmux_theme "night" # default night theme
set -g @tokyo-night-tmux_theme "storm" # Storm theme
set -g @tokyo-night-tmux_theme "day"   # Day theme

Demo

demo.mp4