diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 994c620..2504b5f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -71,5 +71,8 @@ set -g @plugin 'jimeh/tmux-themepack' # Tmux plugin to navigate easily between session set -g @plugin 'tmux-plugins/tmux-sessionist' +# Setting the theme to use with Tmux Themepack +set -g @themepack 'powerline/block/cyan' + # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'