mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-08-26 20:28:31 +02:00
When using dark mode with a theme other than DarkModeDefault the background and font color of the theme are not applied to all styles. This PR fix this bug by adding colorStyle="1" to ignore defined background colour in UDL, and use the default's background colour (theme's one) instead. Fix #10593, close #10619