From 7154ae8bff63b619fd0326f03576c7cb742fe55e Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 17 Sep 2022 22:29:01 +0200 Subject: feat: add underline to coc markdown header --- colors/ayu.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors') 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" -- cgit v1.2.3-18-g5258