From f80d604dcceefc088db8af947124f4e8b1e4d420 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:03:08 +0100 Subject: [PATCH] added a new theme for tmux --- 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 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'