Set accent color

This commit is contained in:
Neil Brommer 2023-07-20 14:30:10 -07:00
parent 719d72c8b6
commit aff9c5264d
3 changed files with 37 additions and 4 deletions

View file

@ -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
}
}

View file

@ -1,6 +1,6 @@
{ {
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
} }
} }

View file

@ -6,14 +6,19 @@
<ApplcationId>com.neilbrommer.papercut</ApplcationId> <ApplcationId>com.neilbrommer.papercut</ApplcationId>
<ApplicationVersion>1</ApplicationVersion> <ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion> <ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<AccentColor>AccentColor</AccentColor>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<CreatePackage>false</CreatePackage> <CreatePackage>false</CreatePackage>
<UseSGen>false</UseSGen> <UseSGen>false</UseSGen>
<WarningLevel>4</WarningLevel>
<LinkMode>None</LinkMode>
<AssemblyName>Papercut</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<CreatePackage>false</CreatePackage> <CreatePackage>false</CreatePackage>
<UseSGen>false</UseSGen> <UseSGen>false</UseSGen>
<LinkMode>None</LinkMode>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ImageAsset Update="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png"> <ImageAsset Update="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png">