feat(nix): adjust WezTerm background brightness

- Increased `window_background_image_hsb.brightness` from 0.3 to 0.5 for improved visibility and aesthetics.
This commit is contained in:
Harald Hoyer 2026-02-10 16:40:31 +01:00
parent 89b97c11b0
commit b53c672b51

View file

@ -81,7 +81,7 @@
config.enable_scroll_bar = true
config.window_background_image = '${./terminal-background.png}'
config.window_background_image_hsb = {
brightness = 0.3,
brightness = 0.5,
hue = 1.0,
saturation = 1.0,
}