From 5d74e878dd6b52fdfce0ca507051d00ff88792dc Mon Sep 17 00:00:00 2001 From: dbroqua Date: Wed, 13 May 2020 10:54:49 +0200 Subject: [PATCH] Set Nord theme for tmux --- dotfiles/tmux.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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