From 71215631c756290342fe57fe3a0aa58ff7ab87a1 Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 24 Oct 2024 16:06:36 -0400 Subject: [PATCH] fix terminal colors --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 2879feb..fd4eabe 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,9 @@ +set-option -ga terminal-overrides ",xterm-256color:Tc" + set -g @catppuccin_flavor 'mocha' run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux - # Make the status line more pleasant. set -g status-left "" set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S '