Skip to content

Commit 5b252ec

Browse files
authored
fix(dap-ui): change variable color to be legible (#36)
1 parent a8fdfac commit 5b252ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/plugins/nvim-dap-ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local function callback()
22
return {
3-
DapUIVariable = { fg = C.mantle },
3+
DapUIVariable = { link = "Identifier" },
44
DapUIScope = { link = "Title" },
55
DapUIType = { link = "Type" },
66
DapUIValue = { fg = C.red },

0 commit comments

Comments
 (0)