From 56e79be8a60f20cd7c176d418bb3cc834cd40eb7 Mon Sep 17 00:00:00 2001 From: seajee Date: Sat, 16 Aug 2025 19:23:11 +0200 Subject: [PATCH] [tmux] fix colors --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 4c9eac3..f0e6c22 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,6 +4,7 @@ set-window-option -g mode-keys vi bind-key -n C-t set-option -g status +set-option -a terminal-features "alacritty:RGB" # https://github.com/sbernheim4/dotfiles/blob/master/tmux/.tmux.conf