From 650095e7e9ff0ae8c802b22a07cdebe2b155adf9 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Sun, 31 Aug 2025 17:21:00 +0200 Subject: [PATCH] fix: changed default faint-opacity value to 0.5 --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index b33cf059e..5ffd01871 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -3040,7 +3040,7 @@ else /// or greater than 1 will be clamped to the nearest valid value. /// /// Available since Ghostty 1.2.0. -@"faint-opacity": f64 = 0.6, +@"faint-opacity": f64 = 0.5, /// This will be used to set the `TERM` environment variable. /// HACK: We set this with an `xterm` prefix because vim uses that to enable key