diff --git a/lua/astrotheme/groups/plugins/nvim-dap-ui.lua b/lua/astrotheme/groups/plugins/nvim-dap-ui.lua index 9ce242d..8cf0203 100644 --- a/lua/astrotheme/groups/plugins/nvim-dap-ui.lua +++ b/lua/astrotheme/groups/plugins/nvim-dap-ui.lua @@ -1,6 +1,6 @@ local function callback() return { - DapUIVariable = { fg = C.mantle }, + DapUIVariable = { link = "Identifier" }, DapUIScope = { link = "Title" }, DapUIType = { link = "Type" }, DapUIValue = { fg = C.red },