This commit is contained in:
Matt Robenolt
2023-12-12 17:22:37 -08:00
parent 3866e09210
commit 1b039b35ac

View File

@ -63,7 +63,7 @@ extension Ghostty {
return 1 - opacity
}
// The color for the rectable overlay when unfocused.
// The color for the rectangle overlay when unfocused.
private var unfocusedFill: Color {
var rgb: UInt32 = 16777215 // white default
let key = "unfocused-split-fill"