我使用 Terminal.app 配置为xterm-256color
. Tmux 配置为:
set -g default-terminal "screen-256color"
并且 Bash 配置有提示:
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ '
为什么状态行的颜色与提示的颜色相比看起来“暗淡”?我已经禁用了终端选项“对粗体文本使用明亮的颜色”,所以我会假设颜色(绿色和白色)是相同的?
# status line
set -g status on
set -g status-justify left
set -g status-position bottom
set -g status-interval 60
set -g status-style fg=white,bg=black
set -g message-style fg=white,bg=black
set -g message-command-style fg=white,bg=black
set -g status-left-length 40
set -g status-left "#[fg=green,bright][#S] "