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
7718965bdd
commit
7d1b5c7dcd
1 changed files with 1 additions and 0 deletions
|
|
@ -722,6 +722,7 @@ local function set_highlights()
|
||||||
DapUIThread = { fg = palette.gold },
|
DapUIThread = { fg = palette.gold },
|
||||||
DapUIValue = { fg = palette.text },
|
DapUIValue = { fg = palette.text },
|
||||||
DapUIVariable = { fg = palette.text },
|
DapUIVariable = { fg = palette.text },
|
||||||
|
DapUIType = { fg = palette.iris },
|
||||||
DapUIWatchesEmpty = { fg = palette.love },
|
DapUIWatchesEmpty = { fg = palette.love },
|
||||||
DapUIWatchesError = { link = "DapUIWatchesEmpty" },
|
DapUIWatchesError = { link = "DapUIWatchesEmpty" },
|
||||||
DapUIWatchesValue = { link = "DapUIThread" },
|
DapUIWatchesValue = { link = "DapUIThread" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue