refactor(wezterm): reduce brightness of background

chezmoi
sgoudham 2 years ago
parent e69e163b38
commit dcd88bf26c
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -143,7 +143,7 @@ return {
background = { background = {
{ {
source = { File = "Pictures/astronaut.png" }, source = { File = "Pictures/astronaut.png" },
hsb = { brightness = 0.15, hue = 1.0, saturation = 0.1 }, hsb = { brightness = 0.07, hue = 1.0, saturation = 0.1 },
}, },
}, },

Loading…
Cancel
Save