ashkulz / NppFTP

Plugin for Notepad++ allowing FTP, FTPS, FTPES and SFTP communications
https://ashkulz.github.io/NppFTP/
320 stars 93 forks source link

dark mode: icon bug #317

Closed gittrolo closed 2 years ago

gittrolo commented 3 years ago

Icon is not shown in dark mode.

icon

reenlam commented 3 years ago

IMO this is a bug related to Notepad++ itself (so you should report it in their repo), not this plugin. The problem affects not only NppFTP, but also other plugins (at least "Compare" plugin).

chcg commented 3 years ago

NppFTP just provides a bmp for the standard icon mode, but no icon for the fluent modes, see https://github.com/ashkulz/NppFTP/blob/2fde112f0af0586dc9ff17285662b13fc14087a1/src/PluginInterface.cpp#L98-L100