Skip to content

Commit

Permalink
Add support for termdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
shuber2 committed Jan 31, 2021
1 parent bf2885a commit b2aa7e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,13 @@ hi! link SyntasticErrorSign GruvboxRedSign
hi! link SyntasticWarningSign GruvboxYellowSign

" }}}
" Termdebug: {{{

call s:HL('debugPC', s:none, s:gb.faded_blue)
hi! link debugBreakpoint GruvboxRedSign

" }}}

" Signature: {{{
hi! link SignatureMarkText GruvboxBlueSign
hi! link SignatureMarkerText GruvboxPurpleSign
Expand Down

0 comments on commit b2aa7e7

Please sign in to comment.