feat(wezterm): better shadowing of inactive pane

This commit is contained in:
Price Hiller 2022-07-08 21:34:07 -05:00
parent b9cf875635
commit baeabc47a7

View File

@ -5,5 +5,10 @@ return {
window_decorations = "RESIZE",
window_background_opacity = 0.97,
text_background_opacity = 1.0,
inactive_pane_hsb = {
brightness = 0.75,
hue = 1.0,
saturation = 1.0,
},
colors = colors.theme,
}