diff --git a/ansible/roles/tmux/files/tmux/tmux.conf b/ansible/roles/tmux/files/tmux/tmux.conf index 2504b5f..59e50b6 100644 --- a/ansible/roles/tmux/files/tmux/tmux.conf +++ b/ansible/roles/tmux/files/tmux/tmux.conf @@ -72,7 +72,8 @@ set -g @plugin 'jimeh/tmux-themepack' set -g @plugin 'tmux-plugins/tmux-sessionist' # Setting the theme to use with Tmux Themepack -set -g @themepack 'powerline/block/cyan' +# set -g @themepack 'powerline/block/cyan' +set -g @plugin "janoamaral/tokyo-night-tmux" # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'