mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-01 19:22:13 +00:00
comment to load standard css options before some of the user configured styles
This commit is contained in:
@@ -809,6 +809,7 @@ pub const Application = extern struct {
|
||||
|
||||
const writer = buf.writer(alloc);
|
||||
|
||||
// Load standard css first as it can override some of the user configured styling.
|
||||
try loadRuntimeCss414(config, &writer);
|
||||
try loadRuntimeCss416(config, &writer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user