@@ -17,7 +17,7 @@ angular.module('material.core.theming.palette', [])
17
17
'A700' : '#d50000' ,
18
18
'contrastDefaultColor' : 'light' ,
19
19
'contrastDarkColors' : '50 100 200 300 A100' ,
20
- 'contrastStrongLightColors' : '400 500 600 700 A200 A400 A700'
20
+ 'contrastStrongLightColors' : '400 500 600 700 800 900 A200 A400 A700'
21
21
} ,
22
22
'pink' : {
23
23
'50' : '#fce4ec' ,
@@ -36,7 +36,7 @@ angular.module('material.core.theming.palette', [])
36
36
'A700' : '#c51162' ,
37
37
'contrastDefaultColor' : 'light' ,
38
38
'contrastDarkColors' : '50 100 200 A100' ,
39
- 'contrastStrongLightColors' : '500 600 A200 A400 A700'
39
+ 'contrastStrongLightColors' : '300 400 500 600 700 800 900 A200 A400 A700'
40
40
} ,
41
41
'purple' : {
42
42
'50' : '#f3e5f5' ,
@@ -55,7 +55,7 @@ angular.module('material.core.theming.palette', [])
55
55
'A700' : '#aa00ff' ,
56
56
'contrastDefaultColor' : 'light' ,
57
57
'contrastDarkColors' : '50 100 200 A100' ,
58
- 'contrastStrongLightColors' : '300 400 A200 A400 A700'
58
+ 'contrastStrongLightColors' : '300 400 500 600 700 800 900 A200 A400 A700'
59
59
} ,
60
60
'deep-purple' : {
61
61
'50' : '#ede7f6' ,
@@ -74,7 +74,7 @@ angular.module('material.core.theming.palette', [])
74
74
'A700' : '#6200ea' ,
75
75
'contrastDefaultColor' : 'light' ,
76
76
'contrastDarkColors' : '50 100 200 A100' ,
77
- 'contrastStrongLightColors' : '300 400 A200'
77
+ 'contrastStrongLightColors' : '300 400 500 600 700 800 900 A200 A400 A700 '
78
78
} ,
79
79
'indigo' : {
80
80
'50' : '#e8eaf6' ,
@@ -93,7 +93,7 @@ angular.module('material.core.theming.palette', [])
93
93
'A700' : '#304ffe' ,
94
94
'contrastDefaultColor' : 'light' ,
95
95
'contrastDarkColors' : '50 100 200 A100' ,
96
- 'contrastStrongLightColors' : '300 400 A200 A400'
96
+ 'contrastStrongLightColors' : '300 400 500 600 700 800 900 A200 A400 A700 '
97
97
} ,
98
98
'blue' : {
99
99
'50' : '#e3f2fd' ,
@@ -112,7 +112,7 @@ angular.module('material.core.theming.palette', [])
112
112
'A700' : '#2962ff' ,
113
113
'contrastDefaultColor' : 'light' ,
114
114
'contrastDarkColors' : '50 100 200 300 400 A100' ,
115
- 'contrastStrongLightColors' : '500 600 700 A200 A400 A700'
115
+ 'contrastStrongLightColors' : '500 600 700 800 900 A200 A400 A700'
116
116
} ,
117
117
'light-blue' : {
118
118
'50' : '#e1f5fe' ,
@@ -131,7 +131,7 @@ angular.module('material.core.theming.palette', [])
131
131
'A700' : '#0091ea' ,
132
132
'contrastDefaultColor' : 'dark' ,
133
133
'contrastLightColors' : '600 700 800 900 A700' ,
134
- 'contrastStrongLightColors' : '600 700 800 A700'
134
+ 'contrastStrongLightColors' : '600 700 800 900 A700'
135
135
} ,
136
136
'cyan' : {
137
137
'50' : '#e0f7fa' ,
@@ -169,7 +169,7 @@ angular.module('material.core.theming.palette', [])
169
169
'A700' : '#00bfa5' ,
170
170
'contrastDefaultColor' : 'dark' ,
171
171
'contrastLightColors' : '500 600 700 800 900' ,
172
- 'contrastStrongLightColors' : '500 600 700'
172
+ 'contrastStrongLightColors' : '500 600 700 800 900 '
173
173
} ,
174
174
'green' : {
175
175
'50' : '#e8f5e9' ,
@@ -187,8 +187,8 @@ angular.module('material.core.theming.palette', [])
187
187
'A400' : '#00e676' ,
188
188
'A700' : '#00c853' ,
189
189
'contrastDefaultColor' : 'dark' ,
190
- 'contrastLightColors' : '500 600 700 800 900' ,
191
- 'contrastStrongLightColors' : '500 600 700'
190
+ 'contrastLightColors' : '600 700 800 900' ,
191
+ 'contrastStrongLightColors' : '600 700 800 900 '
192
192
} ,
193
193
'light-green' : {
194
194
'50' : '#f1f8e9' ,
@@ -317,7 +317,7 @@ angular.module('material.core.theming.palette', [])
317
317
'A700' : '#5d4037' ,
318
318
'contrastDefaultColor' : 'light' ,
319
319
'contrastDarkColors' : '50 100 200 A100 A200' ,
320
- 'contrastStrongLightColors' : '300 400'
320
+ 'contrastStrongLightColors' : '300 400 500 600 700 800 900 A400 A700 '
321
321
} ,
322
322
'grey' : {
323
323
'50' : '#fafafa' ,
@@ -354,6 +354,6 @@ angular.module('material.core.theming.palette', [])
354
354
'A700' : '#455a64' ,
355
355
'contrastDefaultColor' : 'light' ,
356
356
'contrastDarkColors' : '50 100 200 300 A100 A200' ,
357
- 'contrastStrongLightColors' : '400 500 700'
357
+ 'contrastStrongLightColors' : '400 500 600 700 800 900 A400 A700 '
358
358
}
359
359
} ) ;
0 commit comments