Skip to content

Extra modules have a black background #36

@Yuuzi261

Description

@Yuuzi261

Hi, thank you for creating this theme. It looks great! However, I noticed that the colors of the extra modules seem different. To verify my suspicion, I disabled the background color of the bar, which made the difference in colors more apparent. I found that the extra modules indeed have a separate black background, and I don’t know how to remove it. I checked the issues, but it seems no one else has encountered this problem, so I decided to create this issue.

Screenshot:

image

Here are my settings. I am using oh my tmux, so these edits are in ~/.tmux.conf.local:

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

set -g @plugin 'rose-pine/tmux'
set -g @rose_pine_variant 'main'

set -g @rose_pine_date_time '%H:%M' # It accepts the date UNIX command format (man date for info)
set -g @rose_pine_user 'on' # Turn on the username component in the statusbar
set -g @rose_pine_directory 'on' # Turn on the current folder component in the status bar
set -g @rose_pine_bar_bg_disable 'on' # Disables background color, for transparent terminal emulators
# If @rose_pine_bar_bg_disable is set to 'on', uses the provided value to set the background color
# It can be any of the on tmux (named colors, 256-color set, `default` or hex colors)
# See more on http://man.openbsd.org/OpenBSD-current/man1/tmux.1#STYLES
set -g @rose_pine_bar_bg_disabled_color_option 'default'

set -g @rose_pine_window_separator '' # Replaces the default `:` between the window number and name

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

I am using Windows Terminal to open PowerShell and connect to a remote Ubuntu host via SSH.

  • PowerShell version: 7.4.5
  • Bash version: 5.0.17(1)-release (x86_64-pc-linux-gnu)
  • tmux version: tmux 3.0a

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingquestionFurther information is requestedunder testingIssues / features that are / will be tested for bugs / improvements

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions