feat: change default theme to something more modern and pretty

This commit is contained in:
CJ van den Berg 2025-11-25 16:48:20 +01:00
parent 86ec27893d
commit 6c789b3209
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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,