mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: extends DapUIType fg to iris (#348)
This commit is contained in:
parent
44739383b9
commit
d7dc9cd3f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue