From 01b234795f0b08bb51b04fb26a0759a347cdfe1a Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 15 Mar 2026 14:18:31 -0400 Subject: [PATCH] tmux cur col --- home/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/tmux.nix b/home/tmux.nix index 21560ab..335fe90 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -85,6 +85,7 @@ set-option -g status-position top set-option -g status-style bg=''${BG},fg=''${FG} + set-option -g prompt-cursor-colour '#d4be98' set-option -g status-justify left set-option -g status-left "" set-option -g status-right "#(~/.config/tmux/session-list.sh)"