-
-
Notifications
You must be signed in to change notification settings - Fork 156
Description
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?
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'