From 04cc9cfa0b9bb4c9e646448d85a8931c6ba6e55c Mon Sep 17 00:00:00 2001 From: Hunter Braun Date: Mon, 29 Apr 2019 11:34:58 -0500 Subject: [PATCH 1/2] Fix colors for tmux 2.9 --- src/nord.conf | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/nord.conf b/src/nord.conf index 8fcc17a..237c594 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=black,fg=black +set -g pane-active-border-style bg=black,fg=brightblack 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 From 101ade78c1a77b6b099a0058bc7f9bd827054eb3 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 29 Jun 2021 16:56:11 +0200 Subject: [PATCH 2/2] Thinner lines for active pane border The style of the borders were not optimal before tmux 2.9 so they have been changed to appear as a thinner line to ensure only the active pane is highlighted visually. Co-authored-by: Sven Greb GH-34 --- src/nord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nord.conf b/src/nord.conf index 237c594..47dfc91 100644 --- a/src/nord.conf +++ b/src/nord.conf @@ -30,8 +30,8 @@ set -g status-style bg=black,fg=white #+-------+ #+ Panes + #+-------+ -set -g pane-border-style bg=black,fg=black -set -g pane-active-border-style bg=black,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