caio.co/de/dotfiles

wezterm: reduce brightness of inactive panes

spring has come
Id
c5508f7911a5ef5a4d776e5853d11fc37f1f2276
Author
Caio
Commit time
2024-04-06T08:52:34+02:00

Modified config/wezterm/wezterm.lua

@@ -16,7 +16,7

config.inactive_pane_hsb = {
saturation = 1.0,
- brightness = 0.95,
+ brightness = 0.8,
}

local scheme = config.color_schemes[config.color_scheme]