From 04d8e2f3931caa5a3b3853e456b818df2ad4560f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 9 Dec 2024 16:50:16 -0600 Subject: [PATCH] tmux: adjust for terminal colors --- home/modules/tui/tmux.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/modules/tui/tmux.nix b/home/modules/tui/tmux.nix index 848e6e9..b8e6ce3 100644 --- a/home/modules/tui/tmux.nix +++ b/home/modules/tui/tmux.nix @@ -75,6 +75,10 @@ # clipboard set-option -s set-clipboard on + + # terminal colors + set-option -g default-terminal "tmux-256color" + set-option -a terminal-features "xterm-256color:RGB" ''; };