A tmux theme with pastel colours inspired by carlson-erik/wolfpack theme for Vim.
There are two ways to install the theme:
Append the content of wolfpack.tmux
to .tmux.conf
:
cat theme/wolfpack.tmux >> ~/.tmux.conf
Install Tmux Plugin Manager and add the theme to the list of TPM plugins in .tmux.conf
:
set -g @plugin 'spiralnegative/tmux-wolfpack'
Hit prefix + I
to fetch the plugin and source it.