fix: disable enable_terminal_color_scheme by default
Because it breaks light/dark mode switching in kitty.
This commit is contained in:
parent
462cc06e2e
commit
1f119e79d8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ gutter_line_numbers_mode: ?LineNumberMode = null,
|
||||||
gutter_line_numbers_style: DigitStyle = .ascii,
|
gutter_line_numbers_style: DigitStyle = .ascii,
|
||||||
gutter_symbols: bool = true,
|
gutter_symbols: bool = true,
|
||||||
enable_terminal_cursor: bool = true,
|
enable_terminal_cursor: bool = true,
|
||||||
enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
|
enable_terminal_color_scheme: bool = false,
|
||||||
highlight_current_line: bool = true,
|
highlight_current_line: bool = true,
|
||||||
highlight_current_line_gutter: bool = true,
|
highlight_current_line_gutter: bool = true,
|
||||||
highlight_columns: []const u16 = &.{ 80, 100, 120 },
|
highlight_columns: []const u16 = &.{ 80, 100, 120 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue