Skip to content

Commit

Permalink
feat: Add highlight for LspInlayHint
Browse files Browse the repository at this point in the history
Highlight for LspInlayHint merged in the latest nightly version
  • Loading branch information
TheAimHero committed Jun 20, 2023
1 parent af81846 commit 70dd61d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/onedarkpro/highlights/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70dd61d

Please sign in to comment.