fix(nvim): manually specify diffview delete dim hl for no italics
This commit is contained in:
parent
d965d769e9
commit
9b1c7691ee
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user