From 9e849348b110e68c60b75b57694c6c247c0db8c6 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 20 Jan 2022 17:26:35 -0600 Subject: [PATCH] adjust tmux coloring for alacritty theme --- home/private_dot_config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/private_dot_config/tmux/tmux.conf b/home/private_dot_config/tmux/tmux.conf index f0b8028..aaa37eb 100644 --- a/home/private_dot_config/tmux/tmux.conf +++ b/home/private_dot_config/tmux/tmux.conf @@ -18,4 +18,5 @@ unbind '"' unbind % # Set default term to xterm -set -g default-terminal xterm-256color +set -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc"