diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-17 22:17:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-17 22:17:23 +0200 |
commit | 977d92a2ad454ee686e4fba63c4953aa9e1a2d09 (patch) | |
tree | db22c6dc9e245dfd53712219d5e7ad0e1460dbf4 /colors | |
parent | 02d35140aa372367e2f38ba8e1be231d7af840fd (diff) |
feat: add coc floating bg color & make coc markdown header bold
Diffstat (limited to 'colors')
-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" |