From e4c915c224c738310ee780b084c26619e487c9be Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 25 Sep 2023 10:13:49 +0200 Subject: [PATCH] Feat: set terminal colors --- tmux/.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c59c919..0fc7bf2 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,6 @@ -set -g default-terminal "xterm-256color" -set-option -sa terminal-overrides ",xterm*:Tc" +set -g default-terminal "tmux-256color" +set-option -sa terminal-features ',alacritty:RGB' +# set-option -sa terminal-overrides ",screen:Tc" ## Vim user config