From c9abc7871c4c191b5ada8ea3107c3cfb53696e6e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 30 Jul 2025 23:53:27 +0200 Subject: [PATCH] Fix gap color between session name and window tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Explicitly set gap background to main status bar color (#282828) - Prevents gap from inheriting session section's background color - Now properly matches the main status bar background 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index f91bd78..3d63d74 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -41,7 +41,7 @@ # Status bar content set -g status-left-length 40 set -g status-right-length 30 - set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[default] ' + set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] ' set -g status-right '#{?pane_in_mode,[COPY],} %H:%M ' # Window status format