Skip to content

jeircul/tmux-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcheck

Tmux themes

📦 Installation via TPM (recommended)

  1. Add plugin to the list of TPM plugins in .tmux.conf:

    set -g @plugin 'jeircul/tmux-themes'
  2. Use prefixI to install tmux-themes.

  3. When you want to update tmux-themes use prefixU.

📦 Manual Installation
  1. Clone the repo:

    git clone https://github.com/jeircul/tmux-themes ~/.config/tmux/plugins/
  2. Add this line to the bottom of .tmux.conf:

    run-shell ~/.config/tmux/plugins/tmux-themes/themes.tmux
  3. Use prefixR to Reload TMUX environment

🚀 Usage

Choose theme by adding one of the options to .tmux.conf:

Default

  • set -g @tmux-statusline-theme 'tokyonight-night'

Other themes

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

⚖ License

MIT license