Skip to content

Commit

Permalink
fix(dap-ui): change variable color to be legible (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia committed May 23, 2023
1 parent a8fdfac commit 5b252ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/plugins/nvim-dap-ui.lua
Original file line number Diff line number Diff line change
@@ -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 },
Expand Down

0 comments on commit 5b252ec

Please sign in to comment.