From 30a0a2cfe6a08164d20e4b22810650e96cb63e27 Mon Sep 17 00:00:00 2001 From: packetcat Date: Sun, 3 Jul 2022 12:26:20 -0400 Subject: [PATCH] enable 24 bit colour --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index a43eeef..6a32f43 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -96,6 +96,9 @@ bind r source-file ~/.tmux.conf # Set TERM to 256 colors set -g default-terminal "tmux-256color" +# 24 bit colors +set -ga terminal-overrides ",xterm-termite:Tc" + # Start window numbering at 1 set -g base-index 1