OXY2DEV / markview.nvim

An experimental markdown previewer for Neovim
Apache License 2.0
603 stars 23 forks source link

Color broken in light background #18

Closed nanozuki closed 1 week ago

nanozuki commented 1 week ago

Not sure if this is a problem in #13. I found color changed in recent update, many highlight like headlines, codes are dark background in light color scheme.

图片 图片
OXY2DEV commented 1 week ago

Not sure if this is a problem in #13. I found color changed in recent update, many highlight like headlines, codes are dark background in light color scheme.

图片 图片

That's because they were hard coded.

You can just change the code_block, code_block_border and inline_code_block highlight groups to whatever you want.