From c2b66803759f49326a677e76691af285fbe3b50d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 8 Apr 2023 22:09:18 +0200 Subject: [PATCH] Setup tmux to support true color --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index aa90a3d..c09a52d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ set -g default-terminal "xterm-256color" +set -ag terminal-overrides ",xterm-256color:RGB" #set -g set-titles-string '#T' #set-option -g set-titles on setw -g monitor-activity on