Add tmux option for true color over ssh

This commit is contained in:
don philipe
2025-03-25 09:44:38 +01:00
parent 6934c87709
commit 7b473872b4

View File

@@ -3,6 +3,9 @@ set -g default-shell /usr/bin/zsh
set-window-option -g window-active-style bg=terminal set-window-option -g window-active-style bg=terminal
# grayed background for inactive panes # grayed background for inactive panes
set-window-option -g window-style bg="#32302f" set-window-option -g window-style bg="#32302f"
# https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",$TERM:RGB"
# List of plugins # List of plugins