From 4383697909153507d64b103f2bbd8bc5b00ae175 Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Sun, 13 Jan 2019 20:07:44 -0500 Subject: [PATCH] Add :Termdebug highlight groups. Fixes #136. --- colors/onedark.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/colors/onedark.vim b/colors/onedark.vim index c233b44..f5804c2 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -266,6 +266,14 @@ call s:h("WildMenu", { "fg": s:black, "bg": s:blue }) " current match in 'wildme " }}} +" Termdebug highlighting for Vim 8.1+ {{{ + +" See `:h hl-debugPC` and `:h hl-debugBreakpoint`. +call s:h("debugPC", { "bg": s:special_grey }) " the current position +call s:h("debugBreakpoint", { "fg": s:black, "bg": s:red }) " a breakpoint + +" }}} + " Language-Specific Highlighting {{{ " CSS