dracula / notepad-plus-plus

🧛🏻‍♂️ Dark theme for Notepad++
https://draculatheme.com/notepad-plus-plus
MIT License
287 stars 109 forks source link

Add NFO support #41

Closed oczkoisse closed 2 years ago

oczkoisse commented 2 years ago

Currently, NFO files are displayed as simply black background. Only way to read the text is by selecting some or all of it. This patch adds an appropriate style to deal with NFO files, making the text visible again.

Before:

before

After:

after

The example for NFO file is taken from here.

zenorocha commented 2 years ago

Feel free to start merging now @luxonauta

luxonauta commented 2 years ago

Hi, @oczkoisse; thanks for the contribution, merging now! 😁

oczkoisse commented 2 years ago

Thanks for the quick merge @luxonauta and @zenorocha!