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'