fix(tmux): make selection the same as in bash and nvim

This commit is contained in:
2026-03-24 00:21:47 -04:00
parent 8e31d1bb5a
commit d5cc0a1de1

View File

@@ -11,7 +11,7 @@ set -g status-right "#[fg=#66C3CC,bg=#191A1C]#[fg=#191A1C,bg=#66C3CC] %Y-%m-%
set -g message-style "bg=#202424,fg=#F0F0F0"
set -g message-command-style "bg=#202424,fg=#F0F0F0"
set -g mode-style "bg=#0e3327,fg=#f0f0f0"
set -g mode-style "bg=#08335E"
set -g pane-border-style "fg=#404040"
set -g pane-active-border-style "fg=#6C95EB"