Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/material/schematics/ng-generate/theme-color/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
"description": "Color for neutral color palette",
"x-prompt": "What HEX color should be used represent the neutral color palette? (Leave blank to use generated colors from Material)"
},
"neutralVariantColor": {
"type": "string",
"description": "Color for the neutral variant palette",
"x-prompt": "What HEX color should be used represent the neutral variant palette? (Leave blank to use generated colors from Material)"
},
"errorColor": {
"type": "string",
"description": "Color for the error palette",
"x-prompt": "What HEX color should be used represent the error palette? (Leave blank to use generated colors from Material)"
},
"includeHighContrast": {
"type": "boolean",
"default": false,
Expand Down
Loading