Skip to content

Commit

Permalink
fix(dap-ui): add colors for *NC hlgroups of UI controls (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnune authored Oct 24, 2024
1 parent ea02cc8 commit d9ee9a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/catppuccin/groups/integrations/dap_ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,21 @@ function M.get()
DapUIBreakpointsDisabledLine = { fg = C.surface2 },

DapUIStepOver = { fg = C.blue },
DapUIStepOverNC = { link = "DapUIStepOver" },
DapUIStepInto = { fg = C.blue },
DapUIStepIntoNC = { link = "DapUIStepInto" },
DapUIStepBack = { fg = C.blue },
DapUIStepBackNC = { link = "DapUIStepBack" },
DapUIStepOut = { fg = C.blue },
DapUIStepOutNC = { link = "DapUIStepOut" },
DapUIStop = { fg = C.red },
DapUIStopNC = { link = "DapUIStop" },
DapUIPlayPause = { fg = C.green },
DapUIPlayPauseNC = { link = "DapUIPlayPause" },
DapUIRestart = { fg = C.green },
DapUIRestartNC = { link = "DapUIRestart" },
DapUIUnavailable = { fg = C.surface1 },
DapUIUnavailableNC = { link = "DapUIUnavailable" },

DapUIWinSelect = { fg = C.peach },
}
Expand Down

0 comments on commit d9ee9a3

Please sign in to comment.