mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-21 00:48:36 +03:00
@ -314,8 +314,8 @@ pub fn init(core_app: *CoreApp, opts: Options) !App {
|
|||||||
.prefer_dark;
|
.prefer_dark;
|
||||||
},
|
},
|
||||||
.system => .prefer_light,
|
.system => .prefer_light,
|
||||||
.dark => .prefer_dark,
|
.dark => .force_dark,
|
||||||
.light => .force_dark,
|
.light => .force_light,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user