refactor(nvim): improve lsp inlay hint colors
This commit is contained in:
parent
1a336305ed
commit
064f97f3b0
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user