From 56f63c7e002ea26e65f4f438ca3180784c7a9b4c Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sun, 26 May 2024 16:00:43 +0200 Subject: [PATCH] b --- tmux.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index 47b7798..fe117ed 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,10 +1,12 @@ set-option -g status-right "" +set -g @plugin 'catppuccin/tmux' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'dracula/tmux' -set -g @dracula-plugins " " -set -g @dracula-show-powerline true - +# set -g @plugin 'dracula/tmux' +# set -g @dracula-plugins " " +# set -g @dracula-show-powerline true + +set-option -sa terminal-features ',xterm-256color:RGB' # Other examples: # set -g @plugin 'github_username/plugin_name'