From 886fdce9ef1e50b2ddfa0d876a78480da4349f4b Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 2 Jun 2021 20:07:08 +0100
Subject: [PATCH] tmux: Update colours

---
 tag-tmux/tmux.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index 30a126b6..3fb6adbc 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -10,6 +10,7 @@ bind-key -n C-l select-pane -R
 
 set-option -g status-keys "emacs"
 set-option -g default-terminal "screen-256color"
+set-option -ga terminal-overrides ",*256col*:Tc"
 
 bind-key - split-window -v  -c '#{pane_current_path}'
 bind-key \\ split-window -h  -c '#{pane_current_path}'