mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
font: turn rasterization options into a struct, add thicken
This commit is contained in:
@@ -34,6 +34,10 @@ pub const Config = struct {
|
||||
else => 12,
|
||||
},
|
||||
|
||||
/// Draw fonts with a thicker stroke, if supported. This is only supported
|
||||
/// currently on macOS.
|
||||
@"font-thicken": bool = false,
|
||||
|
||||
/// Background color for the window.
|
||||
background: Color = .{ .r = 0x28, .g = 0x2C, .b = 0x34 },
|
||||
|
||||
|
Reference in New Issue
Block a user