nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Icon not visible with Notepad++ dark theme #141

Open dartraiden opened 3 years ago

dartraiden commented 3 years ago

Notepad++ v8.0 introduced the possibility for a dark ui-theme. Plugin authors need to call NPPM_ADDTOOLBARICON_FORDARKMODE instead of NPPM_ADDTOOLBARICON for Notepad++ v8.0 or newer.

https://github.com/notepad-plus-plus/notepad-plus-plus/pull/9928