diff --git a/.tmux.conf b/.tmux.conf index 0194a95..0c4cf43 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,6 +15,7 @@ set -g @dracula-show-timezone false set -g @dracula-show-location false set-option -g default-shell /bin/fish +set -ga terminal-overrides ',xterm-256color:RGB' # List of plugins set -g @plugin 'tmux-plugins/tpm'