Skip to content

Commit

Permalink
Add the rest of dap colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsuuu committed Feb 13, 2025
1 parent ada560b commit 08c1a60
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions colors/pinkmare.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1946,4 +1946,25 @@ call s:HL('DiagnosticVirtualTextError', s:palette.red, s:palette.none)
" nvim dap colors
call s:HL('DapStopped', s:palette.gold, s:palette.red)

call s:HL('WinBar', s:palette.red, s:palette.none)
call s:HL('WinBarNC', s:palette.red, s:palette.none)

call s:HL('DapUIStepOver', s:palette.cyan, s:palette.none)
call s:HL('DapUIStepInto', s:palette.cyan, s:palette.none)
call s:HL('DapUIStepBack', s:palette.cyan, s:palette.none)
call s:HL('DapUIStepOut', s:palette.cyan, s:palette.none)

call s:HL('DapUIStepOverNC', s:palette.cyan, s:palette.none)
call s:HL('DapUIStepIntoNC', s:palette.cyan, s:palette.none)
call s:HL('DapUIStepBackNC', s:palette.cyan, s:palette.none)
call s:HL('DapUIStepOutNC', s:palette.cyan, s:palette.none)

call s:HL('DapUIStop', s:palette.red, s:palette.none)
call s:HL('DapUIStopNC', s:palette.red, s:palette.none)

call s:HL('DapUIPlayPause', s:palette.green, s:palette.none)
call s:HL('DapUIPlayPauseNC', s:palette.green, s:palette.none)
call s:HL('DapUIRestart', s:palette.green, s:palette.none)
call s:HL('DapUIRestartNC', s:palette.green, s:palette.none)

"vim: set sw=2 ts=2 sts=2 et tw=80 ft=vim fdm=marker fmr={{{,}}}:

0 comments on commit 08c1a60

Please # to comment.