https://github.com/jeircul/tmux-themes
Tmux themes
https://github.com/jeircul/tmux-themes
tmux tmux-plugins tmux-theme tmux-themes
Last synced: 5 months ago
JSON representation
Tmux themes
- Host: GitHub
- URL: https://github.com/jeircul/tmux-themes
- Owner: jeircul
- License: mit
- Created: 2023-09-09T09:28:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-22T00:32:42.000Z (7 months ago)
- Last Synced: 2025-11-22T02:29:50.647Z (7 months ago)
- Topics: tmux, tmux-plugins, tmux-theme, tmux-themes
- Language: Shell
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Tmux themes
## 📦 Installation via [TPM](https://github.com/tmux-plugins/tpm) (recommended)
1. Add plugin to the list of TPM plugins in `.tmux.conf`:
``` tmux
set -g @plugin 'jeircul/tmux-themes'
```
2. Use prefix–I to install `tmux-themes`.
3. When you want to update `tmux-themes` use prefix–U.
📦 Manual Installation
1. Clone the repo:
```sh
git clone https://github.com/jeircul/tmux-themes ~/.config/tmux/plugins/
```
2. Add this line to the bottom of `.tmux.conf`:
```tmux
run-shell ~/.config/tmux/plugins/tmux-themes/themes.tmux
```
3. Use prefix–R 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](LICENSE)