]]> org.aswing.* Theme ${themeName} is created ( ${themeFile} ) import fever.app.theme.ThemeLocator; class ${themeName} { public static function main() : Void { ThemeLocator.getInstance().register( "${themeName}", new ${themeClass}() ); } }