File tree 1 file changed +10
-0
lines changed
src/material/schematics/ng-generate/theme-color
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 24
24
"description" : " Color for neutral color palette" ,
25
25
"x-prompt" : " What HEX color should be used represent the neutral color palette? (Leave blank to use generated colors from Material)"
26
26
},
27
+ "neutralVariantColor" : {
28
+ "type" : " string" ,
29
+ "description" : " Color for the neutral variant palette" ,
30
+ "x-prompt" : " What HEX color should be used represent the neutral variant palette? (Leave blank to use generated colors from Material)"
31
+ },
32
+ "errorColor" : {
33
+ "type" : " string" ,
34
+ "description" : " Color for the error palette" ,
35
+ "x-prompt" : " What HEX color should be used represent the error palette? (Leave blank to use generated colors from Material)"
36
+ },
27
37
"includeHighContrast" : {
28
38
"type" : " boolean" ,
29
39
"default" : false ,
You can’t perform that action at this time.
0 commit comments