tmux: Fixed colors being weird

This commit is contained in:
GaspardCulis 2024-06-01 21:16:08 +02:00
parent 892eee106f
commit c94f82c852
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -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