update
This commit is contained in:
parent
42ae2fd244
commit
ff8abed01e
|
@ -402,9 +402,9 @@ local highlight_groups = {
|
|||
DiagnosticInfo = 'Info',
|
||||
|
||||
--[[ 4.2.12. LSP ]]
|
||||
LspReferenceRead = {bg=c_bg_hl_special_weak, style='bold'},
|
||||
LspReferenceText = {bg=c_bg_hl_special_weak, style='bold'},
|
||||
LspReferenceWrite = {bg=c_bg_hl_special_weak, style='bold'},
|
||||
LspReferenceRead = {bg=c_bg_hl_special_weak, style='NONE'},
|
||||
LspReferenceText = {bg=c_bg_hl_special_weak, style='NONE'},
|
||||
LspReferenceWrite = {bg=c_bg_hl_special_weak, style='NONE'},
|
||||
|
||||
--[[ 4.2.13. Cursor ]]
|
||||
Cursor = {style='inverse'},
|
||||
|
|
Loading…
Reference in New Issue