diff --git a/src/nord.conf b/src/nord.conf index 8fcc17a..47dfc91 100644 --- a/src/nord.conf +++ b/src/nord.conf @@ -25,17 +25,13 @@ set -g status on set -g status-justify left #+--- Colors ---+ -set -g status-bg black -set -g status-fg white -set -g status-attr none +set -g status-style bg=black,fg=white #+-------+ #+ Panes + #+-------+ -set -g pane-border-bg black -set -g pane-border-fg black -set -g pane-active-border-bg black -set -g pane-active-border-fg brightblack +set -g pane-border-style bg=default,fg=brightblack +set -g pane-active-border-style bg=default,fg=blue set -g display-panes-colour black set -g display-panes-active-colour brightblack @@ -47,7 +43,5 @@ setw -g clock-mode-colour cyan #+----------+ #+ Messages + #+---------+ -set -g message-fg cyan -set -g message-bg brightblack -set -g message-command-fg cyan -set -g message-command-bg brightblack +set -g message-style bg=brightblack,fg=cyan +set -g message-command-style bg=brightblack,fg=cyan