From b7e0239edb8a3eaee11a041384e3a865ddce70ec Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 20 Aug 2020 18:30:38 -0700 Subject: [PATCH 1/2] Bump version and build for first public 5.1 test build. --- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index ad1485973..77b811715 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -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 From 6893c8ebc87a8221bb1153ea1f7e5a7c874eb7c9 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 20 Aug 2020 21:02:28 -0500 Subject: [PATCH 2/2] Use the lighter shade of NNW blue for darkmode article view (like iOS) --- Mac/MainWindow/Detail/styleSheet.css | 4 ++-- .../secondaryAccentColor.colorset/Contents.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index 0e8b5f5ff..caf20af2b 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -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); } } diff --git a/iOS/Resources/Assets.xcassets/secondaryAccentColor.colorset/Contents.json b/iOS/Resources/Assets.xcassets/secondaryAccentColor.colorset/Contents.json index b94873d3d..0662f7113 100644 --- a/iOS/Resources/Assets.xcassets/secondaryAccentColor.colorset/Contents.json +++ b/iOS/Resources/Assets.xcassets/secondaryAccentColor.colorset/Contents.json @@ -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"