diff --git a/lua/onedarkpro/highlights/editor.lua b/lua/onedarkpro/highlights/editor.lua index 9c826d0c..ce3b3ede 100644 --- a/lua/onedarkpro/highlights/editor.lua +++ b/lua/onedarkpro/highlights/editor.lua @@ -121,6 +121,9 @@ function M.groups(theme) Whitespace = { fg = theme.palette.gray }, -- "nbsp", "space", "tab" and "trail" in 'listchars' WildMenu = { bg = theme.palette.blue, fg = theme.palette.black }, -- current match in 'wildmenu' completion + -- Lsp + LspInlayHint = { fg = theme.palette.comment, style = config.styles.comment }, + -- Syntax groups -- Git