Basic theme for Tmux, based on my dotfiles and inspired by powerline. Subthemes with different color flavors are coming, please stand by.
The simplest way is just place theme setup at the bottom of your current tmux.conf
:
⚠️ HINT: Always make a backup of your config files before any action.
cat default.conf >> ~/.tmux.conf
Install through Tmux Plugin Manager
⚠️ Note: Not verified yet. Please stand by
Add plugin to the list of TPM plugins in .tmux.conf
and select desired theme
set -g @plugin 'nlebedevinc/tmux-theme'
set -g @tmux-theme 'default' # or 'other'
Hit prefix + I
to fetch the plugin and source it. Your Tmux should be updated with the theme at this point.
MIT License © 2023-PRESENT Nick Lebedev