From 6c789b3209be52fd1664716f2085c7aee01708d7 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 25 Nov 2025 16:48:20 +0100 Subject: [PATCH] feat: change default theme to something more modern and pretty --- src/config.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,