mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-30 02:53:52 +01: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