mirror of
https://github.com/gabehf/base46.git
synced 2026-03-16 10:45:55 -07:00
Add DapUI buttons (#232)
This commit is contained in:
parent
673b13166d
commit
930ee20060
1 changed files with 8 additions and 0 deletions
|
|
@ -30,11 +30,19 @@ return {
|
||||||
DapUIBreakpointsDisabledLine = { fg = colors.grey_fg2 },
|
DapUIBreakpointsDisabledLine = { fg = colors.grey_fg2 },
|
||||||
|
|
||||||
DapUIStepOver = { fg = colors.blue },
|
DapUIStepOver = { fg = colors.blue },
|
||||||
|
DapUIStepOverNC = { fg = colors.blue },
|
||||||
DapUIStepInto = { fg = colors.blue },
|
DapUIStepInto = { fg = colors.blue },
|
||||||
|
DapUIStepIntoNC = { fg = colors.blue },
|
||||||
DapUIStepBack = { fg = colors.blue },
|
DapUIStepBack = { fg = colors.blue },
|
||||||
|
DapUIStepBackNC = { fg = colors.blue },
|
||||||
DapUIStepOut = { fg = colors.blue },
|
DapUIStepOut = { fg = colors.blue },
|
||||||
|
DapUIStepOutNC = { fg = colors.blue },
|
||||||
DapUIStop = { fg = colors.red },
|
DapUIStop = { fg = colors.red },
|
||||||
|
DapUIStopNC = { fg = colors.red },
|
||||||
DapUIPlayPause = { fg = colors.green },
|
DapUIPlayPause = { fg = colors.green },
|
||||||
|
DapUIPlayPauseNC = { fg = colors.green },
|
||||||
DapUIRestart = { fg = colors.green },
|
DapUIRestart = { fg = colors.green },
|
||||||
|
DapUIRestartNC = { fg = colors.green },
|
||||||
DapUIUnavailable = { fg = colors.grey_fg },
|
DapUIUnavailable = { fg = colors.grey_fg },
|
||||||
|
DapUIUnavailableNC = { fg = colors.grey_fg },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue