Skip to content

Commit 8b33561

Browse files
committed
feat(groups): Add nvim-dap support
1 parent 9f0cac7 commit 8b33561

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lua/nightcity/groups.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,11 @@ H.get_color_groups = function(config, style)
10411041
groups.RenderMarkdownH6Bg = { bg = darken(c.blue, 0.1) }
10421042
end
10431043

1044+
if H.has_integration(config, 'mfussenegger/nvim-dap') then
1045+
groups.DapStoppedText = { fg = c.yellow }
1046+
groups.DapStoppedLine = { bg = darken(c.yellow, 0.1) }
1047+
end
1048+
10441049
-- This has been deprecated
10451050
if H.has_integration(config, 'HiPhish/nvim-ts-rainbow2') then
10461051
groups.TSRainbowRed = { fg = c.red }

0 commit comments

Comments
 (0)