From d18499a8e04d956e1c81b2231cda0d5ed0b3e5ea Mon Sep 17 00:00:00 2001 From: 0phoff <0phoff@users.noreply.github.com> Date: Fri, 19 Nov 2021 17:05:25 +0100 Subject: [PATCH] Do not set status-style when disabling the nord statusline --- src/nord-status-content-no-patched-font.conf | 3 +++ src/nord-status-content.conf | 3 +++ src/nord.conf | 3 --- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/nord-status-content-no-patched-font.conf b/src/nord-status-content-no-patched-font.conf index c9aa15f..f76ca09 100644 --- a/src/nord-status-content-no-patched-font.conf +++ b/src/nord-status-content-no-patched-font.conf @@ -8,6 +8,9 @@ #+----------------+ #+ Plugin Support + #+----------------+ +#+--- Colors ---+ +set -g status-style bg=black,fg=white + #+--- tmux-prefix-highlight ---+ set -g @prefix_highlight_copy_mode_attr "fg=black,bg=brightcyan" diff --git a/src/nord-status-content.conf b/src/nord-status-content.conf index 6591aec..60436df 100644 --- a/src/nord-status-content.conf +++ b/src/nord-status-content.conf @@ -8,6 +8,9 @@ #+----------------+ #+ Plugin Support + #+----------------+ +#+--- Colors ---+ +set -g status-style bg=black,fg=white + #+--- tmux-prefix-highlight ---+ set -g @prefix_highlight_output_prefix "#[fg=brightcyan]#[bg=black]#[nobold]#[noitalics]#[nounderscore]#[bg=brightcyan]#[fg=black]" set -g @prefix_highlight_output_suffix "" diff --git a/src/nord.conf b/src/nord.conf index 57abcec..809e14e 100644 --- a/src/nord.conf +++ b/src/nord.conf @@ -24,9 +24,6 @@ set -g status on #+--- Layout ---+ set -g status-justify left -#+--- Colors ---+ -set -g status-style bg=black,fg=white - #+-------+ #+ Panes + #+-------+