1 parent 9f0cac7 commit 8b33561Copy full SHA for 8b33561
1 file changed
lua/nightcity/groups.lua
@@ -1041,6 +1041,11 @@ H.get_color_groups = function(config, style)
1041
groups.RenderMarkdownH6Bg = { bg = darken(c.blue, 0.1) }
1042
end
1043
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
+
1049
-- This has been deprecated
1050
if H.has_integration(config, 'HiPhish/nvim-ts-rainbow2') then
1051
groups.TSRainbowRed = { fg = c.red }
0 commit comments