A tmux theme based on vim-gotham.
Append the content of e.g. tmuxcolors-gotham.conf
to the end of your tmux config.
cat tmuxcolors-gotham.conf >> ~/.tmux.conf
In most cases, you have to force tmux to assume the terminal supports 256 colours.
For this, start tmux with tmux -2
.
Installation with Tmux Plugin Manager
Add the plugin to the list of TPM plugins in your .tmux.conf
:
set -g @plugin 'shaneog/tmux-colors-gotham'
Hit prefix + I
to fetch the plugin and source it. The plugin should now be working.