feat(ActionExtension): Update TouchBarBezel Color

This commit is contained in:
Marcus Kida 2023-01-12 10:10:44 +01:00
parent 6e45f8fcd0
commit 1121cdd80b
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 33 additions and 9 deletions

View File

@ -1,14 +1,38 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "mac",
"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
}
}