Specify Ruffle's accent color on macOS.

This commit is contained in:
David Wendt 2022-03-13 19:59:04 -06:00 committed by kmeisthax
parent 4e0253ebf0
commit e5b6e8c8b7
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"info": {
"author": "rs.ruffle.ruffle",
"version": 1
},
"colors": [
{
"display-gamut": "sRGB",
"idiom": "universal",
"color": {
"components": {
"red": 0.94921875,
"green": 0.69140625,
"blue": 0.30859375,
"alpha": 1.0
},
"color-space": "srgb"
}
}
]
}

View File

@ -24,5 +24,7 @@
<array>
<string>MacOSX</string>
</array>
<key>NSAccentColorName</key>
<string>RuffleOrange</string>
</dict>
</plist>