diff options
-rw-r--r-- | colors/ayu.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colors/ayu.vim b/colors/ayu.vim index c7393bd..bcda4b2 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -285,3 +285,5 @@ 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" |