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:
parent
89b97c11b0
commit
b53c672b51
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
||||||
config.enable_scroll_bar = true
|
config.enable_scroll_bar = true
|
||||||
config.window_background_image = '${./terminal-background.png}'
|
config.window_background_image = '${./terminal-background.png}'
|
||||||
config.window_background_image_hsb = {
|
config.window_background_image_hsb = {
|
||||||
brightness = 0.3,
|
brightness = 0.5,
|
||||||
hue = 1.0,
|
hue = 1.0,
|
||||||
saturation = 1.0,
|
saturation = 1.0,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue