fix(nvim): manually specify diffview delete dim hl for no italics

This commit is contained in:
Price Hiller 2024-02-29 06:47:13 -06:00
parent d965d769e9
commit 9b1c7691ee
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -194,6 +194,7 @@ return {
{ "TreesitterContext", { bg = colors.sumiInk0 } },
{ "FloatTitle", { bg = "NONE" } },
{ "DiffviewFilePanelTitle", { fg = colors.crystalBlue } },
{ "DiffviewDiffDeleteDim", { fg = function() return get_hl("Comment")().fg end } },
{ "LspInlayHint", { fg = colors.springViolet2, bg = colors.winterBlue } },
{ "@text", { fg = colors.fujiWhite } },
{ "RainbowDelimiterRed", { fg = colors.peachRed } },