From eeb9417ad4729c81f1a22e91ea43855dd49e7bdc Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 17 Dec 2025 19:05:51 +0100 Subject: [PATCH] removed thmux themepack from configuration --- sources/tmux/.tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/sources/tmux/.tmux.conf b/sources/tmux/.tmux.conf index b21e3f3..640c48b 100644 --- a/sources/tmux/.tmux.conf +++ b/sources/tmux/.tmux.conf @@ -78,9 +78,6 @@ 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'