Customize termdebug highlight groups
This commit is contained in:
parent
ef0f39b780
commit
bf9276aa1b
@ -185,6 +185,11 @@ if has('gui_running') || &t_Co == 256
|
|||||||
call s:hi('Todo', '202', '', 'bold')
|
call s:hi('Todo', '202', '', 'bold')
|
||||||
"" }}}
|
"" }}}
|
||||||
|
|
||||||
|
"" Terminal Groups {{{
|
||||||
|
call s:hi('debugBreakpoint', '1', '', 'reverse')
|
||||||
|
call s:hi('debugPC', '25', '', 'reverse')
|
||||||
|
""}}}
|
||||||
|
|
||||||
"" Custom Groups {{{
|
"" Custom Groups {{{
|
||||||
call s:hi('Block', '', '', '')
|
call s:hi('Block', '', '', '')
|
||||||
call s:hi('Note', '40', '', 'bold')
|
call s:hi('Note', '40', '', 'bold')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user