
Evergarden for Tmux
- copy the
themes/
directory to tmux plugins~/.tmux/plugins/evergarden-tmux
- add
run ~/.tmux/plugins/evergarden-tmux/evergarden.sh
to your.tmux.conf
The default theme is fall
. If you want to change the theme to winter
or spring
you need to explicitly set the @evergarden_style
before running evergarden.sh
.
# .tmux.conf
set -gq @evergarden_style "winter"
run ~/.tmux/plugins/evergarden-tmux/evergarden.sh