From bf9276aa1b6609530b270af146e28c9314d68f6b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 11 Apr 2019 16:11:07 +0100 Subject: [PATCH] Customize termdebug highlight groups --- colors/fresh.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/colors/fresh.vim b/colors/fresh.vim index ab0729a..6273ac0 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -185,6 +185,11 @@ if has('gui_running') || &t_Co == 256 call s:hi('Todo', '202', '', 'bold') "" }}} + "" Terminal Groups {{{ + call s:hi('debugBreakpoint', '1', '', 'reverse') + call s:hi('debugPC', '25', '', 'reverse') + ""}}} + "" Custom Groups {{{ call s:hi('Block', '', '', '') call s:hi('Note', '40', '', 'bold')