From 6763f4105fdaffcfb956a1fc4cbefc601156f19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 21:00:55 +0200 Subject: [PATCH] tmux: Fix rightmost status line color --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0c25e66..91bb478 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -56,7 +56,7 @@ set-window-option -g automatic-rename-format '#{pane_current_command}' set-window-option -g window-status-separator ' ' set -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=#2e2e2e] " -set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#272822] " +set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#2e2e2e] " set -g status-left-length 100 set -g message-style "bg=#CCCCCC,fg=#555555"