mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Divide red component of unfocused split fill color
This commit is contained in:
@ -355,7 +355,7 @@ extension Ghostty {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return .init(
|
return .init(
|
||||||
red: Double(color.r),
|
red: Double(color.r) / 255,
|
||||||
green: Double(color.g) / 255,
|
green: Double(color.g) / 255,
|
||||||
blue: Double(color.b) / 255
|
blue: Double(color.b) / 255
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user