O.P. Wrong hex color values in registry entries of Plus!
While I am trying to apply registry settings about colors, I think I found a bug. Because the registry entries for colors doesn't use RGB colorref values but it uses BGR (!) values. For example yellow's hex value must be FFFF00, however in registry we have to use 00FFFF to apply yellow. Because if we write FFFF00 in the registry, it is aquamarine color, not yellow. Even, if we set yellow from prefences panel, for example for floating desktop contacts windows' background, then that color's value is registered as 00FFFF in registry. If you say this is intended behaviour then there is a problem with TabChatFlashColor entry. Because it uses the true RGB values, I mean, the problem I mentioned above isn't valid for that value. If we write the correct RGB value FFFF00 for yellow, then tabs flash with yellow color. Please fix the first problem, if it is not a problem, then fix the second problem with TabChatFlashColor.
|