From ee38e45748f1fc956bc40a810fe93cd47402d096 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 31 Jul 2025 00:46:27 +0200 Subject: [PATCH] Minor change of tmux activity color --- modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index 3d63d74..545960e 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -23,7 +23,7 @@ # Window status colors set -g window-status-style 'bg=#3c3836,fg=#a89984' set -g window-status-current-style 'bg=#fabd2f,fg=#282828' - set -g window-status-activity-style 'bg=#fb4934,fg=#282828' + set -g window-status-activity-style 'bg=#d3869b,fg=#282828' # Pane border colors set -g pane-border-style 'fg=#3c3836'