From 0068ddf4c95f19d9d5472044bee057870a0fe54b Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 9 Jul 2024 16:10:06 -0500 Subject: [PATCH] feat: proper colors in tmux --- nix/base-system/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/base-system/tmux.conf b/nix/base-system/tmux.conf index b1c0d16..cb9f853 100644 --- a/nix/base-system/tmux.conf +++ b/nix/base-system/tmux.conf @@ -10,7 +10,8 @@ set-option -g prefix C-a #sest -g utf8 on ## we like colors -set -g default-terminal "screen-256color" +set -g default-terminal xterm-256color +set -ga terminal-overrides ",xterm-256color:RGB" ## Useful KeyBindings