📦 Installation via TPM (recommended)
-
Add plugin to the list of TPM plugins in
.tmux.conf
:set -g @plugin 'jeircul/tmux-themes'
-
Use prefix–I to install
tmux-themes
. -
When you want to update
tmux-themes
use prefix–U.
📦 Manual Installation
-
Clone the repo:
git clone https://github.com/jeircul/tmux-themes ~/.config/tmux/plugins/
-
Add this line to the bottom of
.tmux.conf
:run-shell ~/.config/tmux/plugins/tmux-themes/themes.tmux
-
Use prefix–R to Reload TMUX environment
Choose theme by adding one of the options to .tmux.conf
:
set -g @tmux-statusline-theme 'tokyonight-night'
set -g @tmux-statusline-theme 'tokyonight-storm'
set -g @tmux-statusline-theme 'tokyonight-moon'
set -g @tmux-statusline-theme 'tokyonight-day'
set -g @tmux-statusline-theme 'ayu-light'
set -g @tmux-statusline-theme 'gruvbox-dark'
set -g @tmux-statusline-theme 'solarized-light'
set -g @tmux-statusline-theme 'solarized-dark'
set -g @tmux-statusline-theme 'two-firewatch-dark'