Skip to content

Commit

Permalink
fix(dapui): border match bg color (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlfs committed Jul 8, 2024
1 parent 1d76b57 commit 4ea0173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/dap_ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function M.get()
DapUIStoppedThread = { fg = C.sky },
DapUISource = { fg = C.lavender },
DapUILineNumber = { fg = C.sky },
DapUIFloatBorder = { fg = C.sky },
DapUIFloatBorder = { link = "FloatBorder" },

DapUIWatchesEmpty = { fg = C.maroon },
DapUIWatchesValue = { fg = C.green },
Expand Down

0 comments on commit 4ea0173

Please sign in to comment.