Sorry for this mistake, I was using harcoded paths in my template.
If the destination changes in the output folder (`THEME_STATIC_DIR`) also the URL used for the assets should change.
The output folder for the theme can be changed via `THEME_STATIC_DIR` setting. But the assets plugin uses the harcoded `theme` string. This small patch makes the asset plugin use the setting.