* Add new style options to schema.json
The schema at ui.shadcn.com/schema.json is missing newly introduced style variants used by ui.shadcn.com/create.
This causes JSON schema validation errors when generating configs with the new styles.
This updates the style enum to include all currently supported style combinations.
* Add missing menuColor and menuAccent options to schema.json