|
|
|
|
@ -30,11 +30,19 @@ return {
|
|
|
|
|
DapUIBreakpointsDisabledLine = { fg = colors.grey_fg2 },
|
|
|
|
|
|
|
|
|
|
DapUIStepOver = { fg = colors.blue },
|
|
|
|
|
DapUIStepOverNC = { fg = colors.blue },
|
|
|
|
|
DapUIStepInto = { fg = colors.blue },
|
|
|
|
|
DapUIStepIntoNC = { fg = colors.blue },
|
|
|
|
|
DapUIStepBack = { fg = colors.blue },
|
|
|
|
|
DapUIStepBackNC = { fg = colors.blue },
|
|
|
|
|
DapUIStepOut = { fg = colors.blue },
|
|
|
|
|
DapUIStepOutNC = { fg = colors.blue },
|
|
|
|
|
DapUIStop = { fg = colors.red },
|
|
|
|
|
DapUIStopNC = { fg = colors.red },
|
|
|
|
|
DapUIPlayPause = { fg = colors.green },
|
|
|
|
|
DapUIPlayPauseNC = { fg = colors.green },
|
|
|
|
|
DapUIRestart = { fg = colors.green },
|
|
|
|
|
DapUIRestartNC = { fg = colors.green },
|
|
|
|
|
DapUIUnavailable = { fg = colors.grey_fg },
|
|
|
|
|
DapUIUnavailableNC = { fg = colors.grey_fg },
|
|
|
|
|
}
|
|
|
|
|
|