refactor(nvim): improve lsp inlay hint colors

This commit is contained in:
Price Hiller 2023-11-15 03:29:04 -06:00
parent 1a336305ed
commit 064f97f3b0
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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