Skip to content

Commit 7bf4686

Browse files
authored
Update highlight.lua (#1456)
Respect already predefined colors by colorscheme
1 parent b12786c commit 7bf4686

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/lspsaga/highlight.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ local function init_highlight()
7777
api.nvim_set_hl(0, 'Diagnostic' .. v .. 'Reverse', {
7878
bg = color.fg,
7979
fg = 'Black',
80+
default = true,
8081
})
8182
end
8283

0 commit comments

Comments
 (0)