diff --git a/src/config.zig b/src/config.zig index 72f4988..d95970a 100644 --- a/src/config.zig +++ b/src/config.zig @@ -1,8 +1,8 @@ const builtin = @import("builtin"); frame_rate: usize = 60, -theme: []const u8 = "default", -light_theme: []const u8 = "default-light", +theme: []const u8 = "ayu-mirage-bordered", +light_theme: []const u8 = "ayu-light", input_mode: []const u8 = "flow", gutter_line_numbers_mode: ?LineNumberMode = null, gutter_line_numbers_style: DigitStyle = .ascii,