From 589ec9709619f3500be2f13899654d58be3ae3ce Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:54:53 +0100 Subject: [PATCH] added back original author for tokyo-night-tmux plugin --- ansible/roles/tmux/files/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'