fix: mend tmux not showing correct colors

This commit is contained in:
Lucas Barbieri 2024-07-14 12:09:17 -03:00
parent 2daef98003
commit c082b46677
3 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
/yang/.config/tmux/themes/tmux-everforest.conf /yang/.config/tmux/themes/tmux-solarized.conf

View File

@ -4,6 +4,7 @@ bind-key C-a send-prefix
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ",xterm-kitty:RGB" set-option -sa terminal-overrides ",xterm-kitty:RGB"
set-option -ga terminal-overrides ",xterm-256color:Tc"
unbind C-o unbind C-o
bind C-o display-popup -E "~/.cargo/bin/tms" bind C-o display-popup -E "~/.cargo/bin/tms"
@ -71,7 +72,7 @@ set-option -g set-titles-string "#S / #W"
source ~/.config/tmux/theme.conf source ~/.config/tmux/theme.conf
set -g bell-action off
set -g visual-bell off set -g visual-bell off
set -g bell-on-alert off set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'

View File

@ -1 +1 @@
/yang/.config/tofi/everforest.conf /yang/.config/tofi/solarized.conf