You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue outlining your problem?
I have searched the existing issues and they do not solve my problem.
Describe your problem.
Hi, I just installed the plugin and tried configuring it, and even tried one of the base configuration examples in the README.md, but it is not applying to the theme. I did kill the server and started again to make sure, but didn't change.
Paste your configuration.
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -g prefix C-a
unbind C-b
bind-key C-a send-prefix
bind -r m resize-pane -Z
unbind %
bind | split-window -h -c "#{pane_current_path}"
unbind '"'
bind - split-window -v -c "#{pane_current_path}"
unbind r
bind r source-file ~/.tmux.conf
set -g mouse on
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'christoomey/vim-tmux-navigator'
# set -g @plugin 'dracula/tmux'
# set -g @dracula-plugins "ram-usage git"
# set -g @dracula-show-flags true
# set -g @dracula-show-left-icon session
# set -g @dracula-show-empty-plugins false
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'frappe'
# set -g @catppuccin_status_modules_right ""
# set -g @catppuccin_status_modules_left ""
set -g @catppuccin_window_right_separator "█ "
set -g @catppuccin_window_number_position "right"
set -g @catppuccin_window_middle_separator " | "
set -g @catppuccin_window_default_fill "none"
set -g @catppuccin_window_current_fill "all"
set -g @catppuccin_status_modules_right "application session user host date_time"
set -g @catppuccin_status_left_separator "█"
set -g @catppuccin_status_right_separator "█"
set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M:%S"
set -g @resurrect-capture-pane-contents 'on'
set -g @continuum-restore 'on'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Attach screenshots.
What tmux version are you seeing the issue on?
tmux 3.4
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Can you go into ~/.tmux/plugins/ and delete the tmux directory?
my guess is it's still there from when you used dracula/tmux and now giving a conflict.
Can you go into ~/.tmux/plugins/ and delete the tmux directory? my guess is it's still there from when you used dracula/tmux and now giving a conflict.
Is there an existing issue outlining your problem?
Describe your problem.
Hi, I just installed the plugin and tried configuring it, and even tried one of the base configuration examples in the README.md, but it is not applying to the theme. I did kill the server and started again to make sure, but didn't change.
Paste your configuration.
Attach screenshots.
What tmux version are you seeing the issue on?
tmux 3.4
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: