diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-10-19 02:46:15 -0400 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-10-19 02:46:15 -0400 |
commit | ede3623276da5454d3dbe60f41610fcf7cc87ef0 (patch) | |
tree | bd1cb684dad9d4733d84fcb2891f8c50f97fa678 | |
parent | 34a614e3d13cedd54d42e24ae76420500bb78739 (diff) |
add commenturl
-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 |