From aadfa0217fe26e8dba3cb9cfdb41c0a8f0246cd6 Mon Sep 17 00:00:00 2001 From: Mateusz Janota Date: Tue, 14 Apr 2026 14:35:33 +0200 Subject: [PATCH] fix(tmux): remove invalid alpha channel from hex color tmux doesn't support 8-digit hex colors (#ffffffcc). source-file stops on first error, so all config lines after window-status-style silently failed to load. Co-Authored-By: Claude Opus 4.6 (1M context) --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 4664424..d092bc4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -16,7 +16,7 @@ set -g status-interval 5 # Window tabs set -g window-status-format " #I #W " set -g window-status-current-format " #I #W " -set -g window-status-style "bg=#A855F7,fg=#ffffffcc" +set -g window-status-style "bg=#A855F7,fg=#e0e0e0" set -g window-status-current-style "bg=#7C3AED,fg=#ffffff,bold" set -g window-status-separator ""