refactor(nvim): modify lsp inlay hint appearance

This commit is contained in:
Price Hiller 2023-09-11 17:26:59 -05:00
parent fd4975b4e8
commit dd9cc5ae5f
No known key found for this signature in database

View File

@ -174,7 +174,7 @@ return {
DiffviewFilePanelTitle = { fg = colors.crystalBlue },
Headline = { bg = colors.sumiInk2 },
HeadlineReversed = { bg = colors.sumiInk1 },
LspInlayHint = { link = "Comment", italic = true },
LspInlayHint = { fg = colors.fujiGray, bg = colors.sumiInk3 },
["@text.title.1.marker.markdown"] = { fg = colors.surimiOrange },
["@text.title.2.marker.markdown"] = { fg = colors.surimiOrange },
["@text.title.3.marker.markdown"] = { fg = colors.surimiOrange },