From 7b473872b43d4b998c7244942804f45ed2bfaa54 Mon Sep 17 00:00:00 2001 From: don philipe Date: Tue, 25 Mar 2025 09:44:38 +0100 Subject: [PATCH] Add tmux option for true color over ssh --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index ecead2d..6f65f35 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,9 @@ set -g default-shell /usr/bin/zsh set-window-option -g window-active-style bg=terminal # grayed background for inactive panes set-window-option -g window-style bg="#32302f" +# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6 +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",$TERM:RGB" # List of plugins