/tmux-theme

Primary LanguageShellMIT LicenseMIT

Tmux theme

A tmux theme

Screenshot

Screen shot

Usage

tpm is recommended. Put this at the bottom of your .tmux.conf:

# List of plugins
set -g @tpm_plugins '              \
  tmux-plugins/tpm                 \
  hanjianwei/tmux-theme            \
'
# Initializes TMUX plugin manager.
# Keep this line at the very bottom of tmux.conf.
run-shell '~/.tmux/plugins/tpm/tpm'