From aff9c5264dc745447a7682256cebc9846a82f9e8 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Thu, 20 Jul 2023 14:30:10 -0700 Subject: [PATCH] Set accent color --- .../AccentColor.colorset/Contents.json | 28 +++++++++++++++++++ Papercut.Macos/Assets.xcassets/Contents.json | 8 +++--- Papercut.Macos/Papercut.Macos.csproj | 5 ++++ 3 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 Papercut.Macos/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/Papercut.Macos/Assets.xcassets/AccentColor.colorset/Contents.json b/Papercut.Macos/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..42e5b65 --- /dev/null +++ b/Papercut.Macos/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,28 @@ +{ + "colors" : [ + { + "color" : { + "platform" : "universal", + "reference" : "systemPurpleColor" + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "platform" : "universal", + "reference" : "systemPurpleColor" + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Papercut.Macos/Assets.xcassets/Contents.json b/Papercut.Macos/Assets.xcassets/Contents.json index 4caf392..73c0059 100644 --- a/Papercut.Macos/Assets.xcassets/Contents.json +++ b/Papercut.Macos/Assets.xcassets/Contents.json @@ -1,6 +1,6 @@ -{ +{ "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/Papercut.Macos/Papercut.Macos.csproj b/Papercut.Macos/Papercut.Macos.csproj index e1d105f..92282b4 100644 --- a/Papercut.Macos/Papercut.Macos.csproj +++ b/Papercut.Macos/Papercut.Macos.csproj @@ -6,14 +6,19 @@ com.neilbrommer.papercut 1 1.0 + AccentColor false false + 4 + None + Papercut false false + None