From a1c30a4dbe4e6791b69909f708e70ba0505dbbbd Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 28 Jan 2024 20:17:09 +0000 Subject: [PATCH] tmux: fix colour mismatch --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9341355..7f9ecac 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,6 @@ +set -g default-terminal "screen-256color" +set -ga terminal-overrides ",*256col*:Tc" +set -g terminal-overrides ",alacritty:Tc" set-option -g status-position top set -goq @powerline-color-main-1 "#61AFEF"