Skip to content

Commit

Permalink
fix: DAP* -> Dap*
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Dec 8, 2023
1 parent c7e4f04 commit 0c3e5f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/catppuccin/groups/integrations/dap_ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ local M = {}

function M.get()
return {
DAPUIScope = { fg = C.sky },
DAPUIType = { fg = C.mauve },
DAPUIValue = { fg = C.sky },
DAPUIVariable = { fg = C.text },
DapUIScope = { fg = C.sky },
DapUIType = { fg = C.mauve },
DapUIValue = { fg = C.sky },
DapUIVariable = { fg = C.text },
DapUIModifiedValue = { fg = C.peach },
DapUIDecoration = { fg = C.sky },
DapUIThread = { fg = C.green },
Expand Down

0 comments on commit 0c3e5f6

Please sign in to comment.