Customize termdebug highlight groups

This commit is contained in:
Kenneth Benzie 2019-04-11 16:11:07 +01:00
parent ef0f39b780
commit bf9276aa1b

View File

@ -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')