Skip to content

Commit

Permalink
fix(dapui): border match bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlfs committed Jul 3, 2024
1 parent 31fcfb0 commit 483b022
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 483b022

Please sign in to comment.