From c1af07701ff2898f419ee4e58b177c49c5b84eff Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:07:09 +0100 Subject: [PATCH] using my own personal fork of tokyo-night-tmux while the pull request is being merged --- ansible/roles/tmux/files/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/tmux/files/tmux/tmux.conf b/ansible/roles/tmux/files/tmux/tmux.conf index a1fb664..39d1102 100644 --- a/ansible/roles/tmux/files/tmux/tmux.conf +++ b/ansible/roles/tmux/files/tmux/tmux.conf @@ -83,7 +83,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist' # Setting the theme to use with Tmux Themepack # set -g @themepack 'powerline/block/cyan' -set -g @plugin "janoamaral/tokyo-night-tmux" +set -g @plugin "aminnairi/tokyo-night-tmux#mode-style" # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'