feat(ActionExtension): Update TouchBarBezel Color
This commit is contained in:
parent
6e45f8fcd0
commit
1121cdd80b
|
@ -1,14 +1,38 @@
|
||||||
{
|
{
|
||||||
"info" : {
|
|
||||||
"version" : 1,
|
|
||||||
"author" : "xcode"
|
|
||||||
},
|
|
||||||
"colors" : [
|
"colors" : [
|
||||||
{
|
{
|
||||||
"idiom" : "mac",
|
|
||||||
"color" : {
|
"color" : {
|
||||||
"reference" : "systemPurpleColor"
|
"color-space" : "srgb",
|
||||||
}
|
"components" : {
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "0.733",
|
||||||
|
"green" : "0.110",
|
||||||
|
"red" : "0.263"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idiom" : "universal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"appearances" : [
|
||||||
|
{
|
||||||
|
"appearance" : "luminosity",
|
||||||
|
"value" : "dark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"color" : {
|
||||||
|
"color-space" : "srgb",
|
||||||
|
"components" : {
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "1.000",
|
||||||
|
"green" : "0.600",
|
||||||
|
"red" : "0.600"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idiom" : "universal"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue