diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-17 22:29:01 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-17 22:29:01 +0200 |
commit | 7154ae8bff63b619fd0326f03576c7cb742fe55e (patch) | |
tree | 1fe60bf85e7cd8fbd3a7f097a4b928e84f0f1a38 /colors | |
parent | 977d92a2ad454ee686e4fba63c4953aa9e1a2d09 (diff) |
feat: add underline to coc markdown header
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" |