diff --git a/.tmux.conf b/.tmux.conf index ecead2d..6f65f35 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,9 @@ set -g default-shell /usr/bin/zsh set-window-option -g window-active-style bg=terminal # grayed background for inactive panes 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