Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 673 Bytes

Gotham color theme for tmux

A tmux theme based on vim-gotham.

Installation

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.