Edit pygments color style

Hi,

I’m trying to change a color of a style in the extension code macro. I was inspired by Roman Muntyanu’s commentary (http://extensions.xwiki.org/xwiki/bin/view/Extension/Code%20Macro). I try to edit the “vim” style to change a color, but when I unzip and zip the jar I have an error https://paste.fedoraproject.org/paste/UGyqXAyyxpXqBMhrZfoFpw

I restarted after changing the neck… Did I do something wrong?

Best regards,

According to the error your new JAR does not have the right hierarchy so Jython cannot find files in it. Maybe you zipped the content of pygments folder instead of sipping the pygments folder itself.

I had done an edition directly in the jar without touching the structure but it seems that I did not transfer well, everything is functional now. Thank you