diff options
-rw-r--r-- | colors/doom-one.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 409fa47..fa5a2d4 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -236,6 +236,7 @@ call s:_('URL', s:tag, '', 'underline') call s:_('Comment', s:base6, '', '') call s:_('CommentBold', s:base6, '', 'bold') call s:_('SpecialComment', s:base7, '', 'bold') +hi! link CommentURL URL hi! link CommentLabel CommentBold hi! link CommentSection CommentBold hi! link Noise Comment |