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