A light tmux theme based on Maglev, made to work nicely with bullet-train.zsh for oh-my-zsh.
This theme depends on the following:
You will have to declare the tmux plugins and the theme in your ~/.tmux.conf
:
# List of plugins.
set -g @plugin 'stefanistrate/light-maglev'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
# Initialize the tmux plugin manager.
run '~/.tmux/plugins/tpm/tpm'