Skip to content

Commit

Permalink
Specify Ruffle's accent color on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeisthax committed Mar 17, 2022
1 parent 4e0253e commit e5b6e8c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions desktop/assets/Assets.xcassets/RuffleOrange.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
]
}
2 changes: 2 additions & 0 deletions desktop/packages/macOS/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
<array>
<string>MacOSX</string>
</array>
<key>NSAccentColorName</key>
<string>RuffleOrange</string>
</dict>
</plist>

0 comments on commit e5b6e8c

Please sign in to comment.