diff --git a/ansible/roles/tmux/files/tmux/tmux.conf b/ansible/roles/tmux/files/tmux/tmux.conf index 39d1102..899370f 100644 --- a/ansible/roles/tmux/files/tmux/tmux.conf +++ b/ansible/roles/tmux/files/tmux/tmux.conf @@ -83,7 +83,8 @@ set -g @plugin 'tmux-plugins/tmux-sessionist' # Setting the theme to use with Tmux Themepack # set -g @themepack 'powerline/block/cyan' -set -g @plugin "aminnairi/tokyo-night-tmux#mode-style" +# set -g @plugin "aminnairi/tokyo-night-tmux#mode-style" +set -g @plugin "janoamaral/tokyo-night-tmux#mode-style" # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'