feat: change default theme to something more modern and pretty
This commit is contained in:
parent
86ec27893d
commit
6c789b3209
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue