Merge branch 'mac-candidate' into main

This commit is contained in:
Maurice Parker 2020-08-20 21:03:55 -05:00
commit c1b108f541
3 changed files with 7 additions and 7 deletions

View File

@ -18,8 +18,8 @@ body {
:root {
--body-color: #d2d2d2;
--body-background-color: #2d2d2d;
--accent-color: rgba(45, 128, 241, 1);
--block-quote-border-color: rgba(45, 128, 241, .50);
--accent-color: rgba(94, 158, 244, 1);
--block-quote-border-color: rgba(94, 158, 244, .50);
--header-table-border-color: rgba(255, 255, 255, 0.1);
}
}

View File

@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0xF4",
"green" : "0x9E",
"red" : "0x5E"
"blue" : "244",
"green" : "158",
"red" : "94"
}
},
"idiom" : "universal"

View File

@ -1,6 +1,6 @@
// High Level Settings common to both the Mac application and any extensions we bundle with it
MARKETING_VERSION = 5.1d2
CURRENT_PROJECT_VERSION = 3002
MARKETING_VERSION = 5.1d3
CURRENT_PROJECT_VERSION = 3003
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon