KevinSilvester/wezterm-config

请教如何设置一个tab内激活的panel

Closed this issue · 2 comments

image

如图,我想设置为如果某个panel没激活的时候,也正常显示,不跟现在一样显示灰色,我看你的方案里是解决了这个问题的,但我没找到从哪里可以设置。

Hi @imkratos

You could get all panes to display normally by removing the inactive_pane_hsb option in config/appearance.lua.

inactive_pane_hsb = {
saturation = 0.9,
brightness = 0.65,
},

Hope this helps 😎

tks bro , it's working .~