From 8ba16d7065f62c8f19e0265657b9239e3023ba87 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:30:07 +0100 Subject: [PATCH] using cyan block theme for tmux --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 994c620..2504b5f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -71,5 +71,8 @@ set -g @plugin 'jimeh/tmux-themepack' # Tmux plugin to navigate easily between session set -g @plugin 'tmux-plugins/tmux-sessionist' +# Setting the theme to use with Tmux Themepack +set -g @themepack 'powerline/block/cyan' + # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'