-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdapui.lua
More file actions
30 lines (30 loc) · 848 Bytes
/
Copy pathdapui.lua
File metadata and controls
30 lines (30 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
return {
DapUIStop = 'LightRed',
DapUIRestart = 'LightRed',
DapUIStepOver = 'Green',
DapUIStepInto = 'Green',
DapUIStepOut = 'LightYellow',
DapUIStepBack = 'Magenta',
DapUIPlayPause = 'Orange',
DapUIUnavailable = 'Fg3',
DapUIThread = 'Fg1',
DapUICurrentFrameName = '@lsp.mod.declaration',
DapUIFrameName = 'Fg3',
DapUIFloatBorder = 'FloatBorder',
DapUILineNumber = 'LineNr',
DapUIStoppedThread = 'LightOrange',
DapUIBreakpointsCurrentLine = 'DiagnosticSignInfo',
DapUIBreakpointsLine = 'Red',
DapUIBreakpointsInfo = 'Red',
DapUIBreakpointsPath = 'Orange',
DapUIWatchesEmpty = 'Red',
DapUIWatchesError = 'Red',
DapUIModifiedValue = 'Cyan',
DapUIType = 'Type',
DapUIVariable = 'Variable',
DapUISource = 'Orange',
DapUIScope = 'Magenta',
DapUIValue = 'PreProc',
DapUIWatchesValue = 'DapUIValue',
DapUIDecoration = 'Fg1',
}