From ea613fa054e7559e540baef725b2be657b3b6760 Mon Sep 17 00:00:00 2001 From: Burd3n Date: Thu, 20 Jun 2024 22:34:22 +0800 Subject: [PATCH] added color config fix --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index d27c835..2d8f584 100644 --- a/tmux.conf +++ b/tmux.conf @@ -39,6 +39,10 @@ set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'dreamsofcode-io/catppuccin-tmux' set -g @plugin 'tmux-plugins/tmux-yank' +# set color default to display nvim colorschemes correctly +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB" + run '~/.tmux/plugins/tpm/tpm' # set vi-mode