rose-pine / tmux

Soho vibes for tmux
MIT License
135 stars 48 forks source link

Tmux status bar doesn't look as expected on macOS Sonoma 14.0 #20

Closed reckerp closed 11 months ago

reckerp commented 11 months ago

Issue

Problem

On macOS Sonoma (14.0), the Tmux status bar doesn't display correctly when using the 'rose-pine/tmux' theme installed via Tmux Plugin Manager (tpm) and setting the 'main' variant.

Current Behavior

The status bar is not appearing as expected, and the issue can be observed in the following screenshot:

Tmux Issue Screenshot

Steps to Reproduce

  1. Add the following configuration to your Tmux setup to set the 'main' variant of the 'rose-pine' theme:

    # Rose Pine theme
    set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
    
    # List of plugins
    set -g @plugin 'tmux-plugins/tpm'
    set -g @plugin 'tmux-plugins/tmux-sensible'
    set -g @plugin 'rose-pine/tmux'
  2. Ensure that the 'rose-pine' theme is properly installed and the configuration file is correctly sourced.

  3. Observe the appearance of the status bar.

Expected Behavior

The Tmux status bar should display correctly with the 'main' variant of the 'rose-pine' theme, as it is shown in the screenshots in the readme.

Additional Information

mrs4ndman commented 11 months ago

Don't have a macOS system at hand so let's take some things out of the equation:

Rose Pine theme

set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'

run '~/.tmux/plugins/tpm/tpm'

reckerp commented 11 months ago

Hi,

reckerp commented 11 months ago

Update: