Skip to content

status_middle_separator color can not be set, appears black/default #396

Closed as not planned
@mrt181

Description

@mrt181

I am not requesting help with my configuration and believe something is genuinely broken.

  • Something is really actually broken.

Is there an existing issue outlining your problem?

  • I have searched the existing issues and they do not solve my problem.

Describe your problem.

I am setting a middle separator to get a slanted status line.

but its color does not blend with the surrounding settings and I can't define a color for the separator.

Paste your configuration.

# ctrl-q as prefix instead of ctrl-b
unbind C-b
set -g prefix C-Space
# 'C-Space C-Space' sends C-Space keypress to the current window
bind C-Space send-prefix

# default shell
set -g default-shell /bin/fish

# vi mode
setw -g mode-keys vi

set -g base-index 1
setw -g pane-base-index 1

unbind r
bind r source-file ~/.tmux.conf

set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"

set-option -g status-position top

set -g mouse on

set -s set-clipboard on

bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R

# restore clear screen
bind C-l send-keys 'C-l'

bind s set-window-option synchronize-panes

# split panes
bind - split-window -v -c "#{pane_current_path}"
bind / split-window -h -c "#{pane_current_path}"

unbind [
bind Escape copy-mode
bind p paste-buffer
bind -T copy-mode-vi v send -X begin-selection
bind -T copy-mode-vi y send -X copy-selection
bind -T copy-mode-vi V send -X rectangle-toogle
bind C-p run "tmux set-buffer \"$(getclip)\"; tmux paste-buffer"

# TPM
# list of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'schasse/tmux-jump'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'alexwforsythe/tmux-which-key'
set -g @plugin 'joshmedeski/tmux-nerd-font-window-name'

set -g  status-left ""
set -g status-right-length 100
set -g  status-right "#{E:@catppuccin_status_directory}"
set -ag status-right "#{E:@catppuccin_status_session}"
set -ag status-right "#{E:@catppuccin_status_date_time}"

set -g @catppuccin_flavor "macchiato"

set -g @catppuccin_window_status_style "slanted"
set -g @catppuccin_window_number_position "left"
set -g @catppuccin_window_default_fill "number"
set -g @catppuccin_window_default_text "#W"
set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#W"

set -g @catppuccin_status_background "default"
set -g @catppuccin_status_left_separator  ""
set -g @catppuccin_status_middle_separator ""
set -g @catppuccin_status_middle_bg "crust"
set -g @catppuccin_status_left_separator_inverse "yes"
set -g @catppuccin_status_right_separator_inverse "yes"
set -g @catppuccin_status_connect_separator "yes"

set -g @catppuccin_pane_status_enabled "yes"

set -g @catppuccin_directory_text "#{pane_current_path}"

set -g @catppuccin_menu_selected_style "fg=#{@thm_surface_0},bg=#{@thm_red}"

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

Attach screenshots.

image

What tmux version are you seeing the issue on?

tmux 3.4

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions