通过 xshell 连接发现主题很难看,原来是没有 truecolor 支持的缘故,自 xshell7 开始支持真彩色,把这个启用后颜色就正常了。tmux也可以配置一下。 在 `.tmux.conf` 文件加入 ```conf set -g default-terminal "screen-256color" set -ga terminal-overrides ",xterm-256color*:Tc" ``` xshell 配置 
通过 xshell 连接发现主题很难看,原来是没有 truecolor 支持的缘故,自 xshell7 开始支持真彩色,把这个启用后颜色就正常了。tmux也可以配置一下。
在
.tmux.conf文件加入xshell 配置