From 38c97287836e8655c63e8a6e184ff95fe4591524 Mon Sep 17 00:00:00 2001 From: Matsuuu Date: Thu, 13 Feb 2025 10:26:44 +0200 Subject: [PATCH] Add DapStopped --- colors/pinkmare.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/pinkmare.vim b/colors/pinkmare.vim index 62f112d..3d96797 100644 --- a/colors/pinkmare.vim +++ b/colors/pinkmare.vim @@ -1942,5 +1942,8 @@ call s:HL('DiagnosticVirtualTextWarn', s:palette.yellow, s:palette.none) call s:HL('DiagnosticVirtualTextError', s:palette.red, s:palette.none) " }}} +" +" nvim dap colors +call s:HL('DapStopped', s:palette.gold, s:palette.red) "vim: set sw=2 ts=2 sts=2 et tw=80 ft=vim fdm=marker fmr={{{,}}}: