diff options
Diffstat (limited to 'colors')
-rw-r--r-- | colors/ayu.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/ayu.vim b/colors/ayu.vim index bcda4b2..bb14b79 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -286,4 +286,4 @@ let &background = "dark" exe "hi! CocHighlightText " . s:fg_info . " gui=bold,underline" exe "hi! CocMenuSel " . s:bg_selection exe "hi! CocFloating" . s:bg_panel -exe "hi! CocMarkdownHeader gui=bold" +exe "hi! CocMarkdownHeader gui=bold,underline" |