diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 929df64..74f9a7f 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -3,10 +3,13 @@ set -g base-index 1 set -g pane-base-index 1 # Status bar styling and content. -set -g status-bg black -set -g status-fg white +#set -g status-bg black +#set -g status-fg white set -g status-left '#S ' +# Theme +set -g @plugin "arcticicestudio/nord-tmux" + # Highlight the active window in the status bar. set-window-option -g window-status-current-bg cyan set-window-option -g window-status-current-fg black