Thomas Knoefel
Thomas Knoefel
I also looked into the code of Notepad++, and you are right. Adding a dark mode option for the list will be complex. It's a good point to handle it...
This is what i implemented in the Plugin to set color for list if Dark Mode is set and list is disabled. So issue is solved whith that: ``` case...
@ozone10 You are right, I was cheering a bit too early. I tried to implement this with buffering, which has a performance boost. However, the real issue is that the...