gpt4 book ai didi

statusbar - 如何在 tmux 2.9a 中设置窗口标题颜色?

转载 作者:行者123 更新时间:2023-12-04 14:31:22 25 4
gpt4 key购买 nike

在升级到 tmux 2.9a 版之后,我不得不更新我的配置文件,因为一些设置的名称发生了变化。我的状态栏窗口标题部分的颜色不再有效。这是我的配置文件的那一部分:

# set color for status bar
set-option -g status-style bg=colour235
set-option -g status-style fg=yellow
set-option -g status-style dim

# set window title list colors
set-window-option -g window-status-style fg=brightblue
set-window-option -g window-status-style bg=colour236
set-window-option -g window-status-style dim

# active window title colors
set-window-option -g window-status-current-style fg=brightred
set-window-option -g window-status-current-style bg=colour236
set-window-option -g window-status-current-style bright

无论我选择什么颜色或亮度,状态栏的标题区域都显示白色文本。我的整个 tmux 配置文件在这里: https://github.com/zanshin/dotfiles/blob/master/tmux/tmux.conf

最佳答案

语法略有变化(我喜欢新的)。您现在可以将多个属性放在同一行上,用逗号分隔。

使用新语法,您在问题中的配置变为:

# set color for status bar
set-option -g status-style bg=colour235,fg=yellow,dim

# set window title list colors
set-window-option -g window-status-style fg=brightblue,bg=colour236,dim

# active window title colors
set-window-option -g window-status-current-style fg=brightred,bg=colour236,bright

如需更多信息,您可以引用 tmux's FAQ

关于statusbar - 如何在 tmux 2.9a 中设置窗口标题颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56060443/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com