feat: CursorLine contrast option
This commit is contained in:
@@ -37,6 +37,7 @@ function M.get_global_config(prefix, base_bg)
|
||||
"darken_comments",
|
||||
"darken_line_nr",
|
||||
"darken_non_text",
|
||||
"darken_cursor_line",
|
||||
}),
|
||||
common
|
||||
)
|
||||
@@ -49,6 +50,7 @@ function M.get_global_config(prefix, base_bg)
|
||||
"lighten_comments",
|
||||
"lighten_line_nr",
|
||||
"lighten_non_text",
|
||||
"lighten_cursor_line",
|
||||
}),
|
||||
common
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user