From e4b01f339bb05c19f28fd47b4c82b2548fad584f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:29:55 +0100 Subject: [PATCH] added a new theme plugin for tmux --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 04e5e24..994c620 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -64,6 +64,10 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25 # Tmux plugin to handle tmux plugins set -g @plugin 'tmux-plugins/tpm' + +# Tmux theme plugin +set -g @plugin 'jimeh/tmux-themepack' + # Tmux plugin to navigate easily between session set -g @plugin 'tmux-plugins/tmux-sessionist'