From c94f82c85234ddf511fde229b5f8fef53d289ed1 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 1 Jun 2024 21:16:08 +0200 Subject: [PATCH] tmux: Fixed colors being weird --- term/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/term/tmux/tmux.conf b/term/tmux/tmux.conf index aa0aaa0..abab3d2 100644 --- a/term/tmux/tmux.conf +++ b/term/tmux/tmux.conf @@ -1,3 +1,6 @@ +set-option -sa terminal-features ',alacritty:RGB' +set-option -g default-terminal "tmux-256color" +set-option -ga terminal-features ",alacritty:usstyle" set-option -sa terminal-overrides ",xterm*:Tc" set -g mouse on