From d011b26db904f81450618d9d30d8b499987bcfad Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Thu, 22 Dec 2022 11:18:53 +0100 Subject: [PATCH] fix(tmux): RGB Color --- dotfiles/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index d1e20a7..6fab6c5 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -6,6 +6,7 @@ bind C-a send-prefix ## Default is 'screen' set -sg default-terminal 'xterm-256color' +set-option -a terminal-overrides ",*256col*:RGB" set -sg escape-time 1 set -sg set-clipboard on set -g history-limit 100000