I found quite significant bug in PyGTKScintilla 1.99.5.
When I use colors for example for colorize text (syntax highlighting), blue part of color is shifted incorrectly, so colors are messed up. For example 'white' (or #FFFFFF) color is displayed as yellow.
I found solution, here is diff of "gens.py" in "script" directory:
561c561
< _%(var_name)s_c =...
2007-01-14 09:02:10 UTC in PyGTK-Scintilla