feat: extends DapUIType fg to iris (#348)

This commit is contained in:
stelo 2025-03-11 19:25:25 -07:00 committed by GitHub
commit d7dc9cd3f2

View file

@ -722,6 +722,7 @@ local function set_highlights()
DapUIThread = { fg = palette.gold },
DapUIValue = { fg = palette.text },
DapUIVariable = { fg = palette.text },
DapUIType = { fg = palette.iris },
DapUIWatchesEmpty = { fg = palette.love },
DapUIWatchesError = { link = "DapUIWatchesEmpty" },
DapUIWatchesValue = { link = "DapUIThread" },