From 61c7306237a469424aab2917be3f773bc3bcb454 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 21 Sep 2025 23:59:42 +0100 Subject: [PATCH] Re-add status line colours --- modules/tmux/extra-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tmux/extra-config.nix b/modules/tmux/extra-config.nix index 870ae500..78f0d208 100644 --- a/modules/tmux/extra-config.nix +++ b/modules/tmux/extra-config.nix @@ -18,6 +18,7 @@ set-option -g status-left "" set-option -g status-right " #{session_name}" set-option -g status-right-length 100 + set-option -g status-style "fg=#7C7D83 bg=default" set-option -g window-status-activity-style none bind c new-window -c "#{pane_current_path}"