Set Nord theme for tmux

This commit is contained in:
dbroqua 2020-05-13 10:54:49 +02:00
parent 0b5a6b7e73
commit 5d74e878dd

View File

@ -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