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
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.
Pomodoro timer doesn't have color
Paste your configuration.
set -g @catppuccin_flavor "macchiato"
set -g @catppuccin_status_background "#{@thm_bg}"
set -g @catppuccin_window_status_style "rounded"
set -g @catppuccin_window_text ' #W'
set -g @catppuccin_window_current_text ' #T'
set -g @catppuccin_window_flags "icon"
set -g @catppuccin_window_current_text_color "#{@thm_surface_2}"
set -g @catppuccin_window_current_number_color "#{@thm_peach}"
set -g @catppuccin_pane_active_border_style "##{?pane_in_mode,fg=#{@thm_peach},##{?pane_synchronized,fg=#{@thm_peach},fg=#{@thm_peach}}}"
run '#{TMUX_PLUGIN_MANAGER_PATH}/tmux/catppuccin.tmux'
set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
set -gF status-right "#{E:@catppuccin_status_pomodoro_plus}"
I am not requesting help with my configuration and believe something is genuinely broken.
Is there an existing issue outlining your problem?
Describe your problem.
Pomodoro timer doesn't have color
Paste your configuration.
Attach screenshots.
What tmux version are you seeing the issue on?
tmux3.5a
Any additional comments?
tmux/status/pomodoro_plus.conf
Line 6 in ba9bd88
I think the problem is that
thm_orange
is not configured and should be something likethm_peach
The text was updated successfully, but these errors were encountered: