哦!我看到 tertiary 是在 about.json 中定义的:
"color_schemes": {
"radiant": {
"primary": "000000",
"tertiary": "3977FF",
"header_primary": "4d4d4d"
}
},
所以我想,这一定是它获取颜色值的地方。但如果我没有选择“radiant”配色方案,为什么它会从中提取值呢?
哦!我看到 tertiary 是在 about.json 中定义的:
"color_schemes": {
"radiant": {
"primary": "000000",
"tertiary": "3977FF",
"header_primary": "4d4d4d"
}
},
所以我想,这一定是它获取颜色值的地方。但如果我没有选择“radiant”配色方案,为什么它会从中提取值呢?