Skip to content

Nord bg color between left and right is not being applied #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Mateusbrbza opened this issue Apr 8, 2025 · 0 comments
Open

Nord bg color between left and right is not being applied #94

Mateusbrbza opened this issue Apr 8, 2025 · 0 comments

Comments

@Mateusbrbza
Copy link

Mateusbrbza commented Apr 8, 2025

I installed the Nord tmux theme recently and seen that the background color is not being correctly applied on the whole tmux bar, so I started tweaking the config file to see if I can solve the issue myself but couldn't do anythign to change this. Could someone help me with this issue?

Image

After seeing that nothing worked when configuring the plugins I left as it was when downloaded. Here's how my .tmux.conf file is looking like at the moment:

set -g default-terminal "$TERM"
set -ag terminal-overrides ",$TERM:Tc"

set -g @plugin 'christoomey/vim-tmux-navigator' # for navigating panes and vim/nvim with Ctrl-hjkl
set -g @plugin 'tmux-plugins/tmux-resurrect' # persist tmux sessions after computer restart
set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves sessions for you every 15 minutes
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'

set -g @plugin "arcticicestudio/nord-tmux"
set -g @nord_tmux_show_status_content "0"

set -g @resurrect-capture-pane-contents 'on' # allow tmux-ressurect to capture pane contents
set -g @continuum-restore 'on' # enable tmux-continuum functionality

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant