mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
load runtime css before user options
This commit is contained in:
@@ -809,6 +809,9 @@ pub const Application = extern struct {
|
||||
|
||||
const writer = buf.writer(alloc);
|
||||
|
||||
try loadRuntimeCss414(config, &writer);
|
||||
try loadRuntimeCss416(config, &writer);
|
||||
|
||||
const unfocused_fill: CoreConfig.Color = config.@"unfocused-split-fill" orelse config.background;
|
||||
|
||||
try writer.print(
|
||||
@@ -847,9 +850,6 @@ pub const Application = extern struct {
|
||||
, .{ .font_family = font_family });
|
||||
}
|
||||
|
||||
try loadRuntimeCss414(config, &writer);
|
||||
try loadRuntimeCss416(config, &writer);
|
||||
|
||||
// ensure that we have a sentinel
|
||||
try writer.writeByte(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user