feat: use solid alpha dimmed background color for highlight column
This commit is contained in:
parent
a9b902ab6c
commit
376ca8c9fc
4 changed files with 42 additions and 38 deletions
|
@ -11,6 +11,7 @@ enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
|
|||
highlight_current_line: bool = true,
|
||||
highlight_current_line_gutter: bool = true,
|
||||
highlight_columns: []const u8 = "",
|
||||
highlight_columns_alpha: u8 = 224,
|
||||
whitespace_mode: []const u8 = "none",
|
||||
inline_diagnostics: bool = true,
|
||||
animation_min_lag: usize = 0, //milliseconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue