Set Nord theme for tmux
This commit is contained in:
parent
0b5a6b7e73
commit
5d74e878dd
1 changed files with 5 additions and 2 deletions
|
@ -3,10 +3,13 @@ set -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
|
|
||||||
# Status bar styling and content.
|
# Status bar styling and content.
|
||||||
set -g status-bg black
|
#set -g status-bg black
|
||||||
set -g status-fg white
|
#set -g status-fg white
|
||||||
set -g status-left '#S '
|
set -g status-left '#S '
|
||||||
|
|
||||||
|
# Theme
|
||||||
|
set -g @plugin "arcticicestudio/nord-tmux"
|
||||||
|
|
||||||
# Highlight the active window in the status bar.
|
# Highlight the active window in the status bar.
|
||||||
set-window-option -g window-status-current-bg cyan
|
set-window-option -g window-status-current-bg cyan
|
||||||
set-window-option -g window-status-current-fg black
|
set-window-option -g window-status-current-fg black
|
||||||
|
|
Loading…
Reference in a new issue