Skip to content

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

@Mateusbrbza

Description

@Mateusbrbza

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions