From 67b474e7f621d115bb224013d635b8d4ca4f4751 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 24 Feb 2023 10:14:05 +0100 Subject: [PATCH] tmux: Revert "Remove unused status-style" This reverts commit b4cbd08d3b13df9140f82c82c082ba571c17e1d5. I am not sure why I thought this was irrelevant. But when testing I did not properly unset it or restart the server, so nothing changed when I reloaded tmux.conf. Conflicts: .config/tmux/tmux.conf --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fc246ac..8608ddd 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -163,6 +163,7 @@ set -g @ui_color 'brightblack' set -g @sync_color 'brightred' set -g @text_fg 'black' +set -g status-style bg=default,fg=white set -g message-command-style 'bg=default,fg=#{@accent_color}' set -g message-style 'bg=#{@accent_color},fg=#{@text_fg}' set -g mode-style 'bg=#{@accent_color},fg=#{@text_fg}'