We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fdfac commit 5b252ecCopy full SHA for 5b252ec
lua/astrotheme/groups/plugins/nvim-dap-ui.lua
@@ -1,6 +1,6 @@
1
local function callback()
2
return {
3
- DapUIVariable = { fg = C.mantle },
+ DapUIVariable = { link = "Identifier" },
4
DapUIScope = { link = "Title" },
5
DapUIType = { link = "Type" },
6
DapUIValue = { fg = C.red },
0 commit comments