From d2ee48d05df1ce99abf9ae59ad2c7920a3f112df Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 21 Feb 2022 09:38:22 -0500 Subject: [PATCH] Remove the accent color The app will now use the default system blue when no system-level accent color is set. --- NEWS.md | 1 - Transmission.xcodeproj/project.pbxproj | 3 -- .../Accent Color.colorset/Contents.json | 38 ------------------- 3 files changed, 42 deletions(-) delete mode 100644 macosx/Images/Images.xcassets/Accent Color.colorset/Contents.json diff --git a/NEWS.md b/NEWS.md index b036f4c95..9a3b1afa6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +6,6 @@ ### Mac Client - Updates for macOS 11 Big Sur ([#1535](https://github.com/transmission/transmission/pull/1535) - Compressed toolbar - - Red accent color - Updated toolbar icons (using SF Symbol) - A wonderful new icon designed for Big Sur by Rodger Werner ([#1650](https://github.com/transmission/transmission/pull/1650) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index fcc1fb79d..84d3756f6 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -3472,7 +3472,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color"; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; @@ -3630,7 +3629,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color"; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; @@ -3713,7 +3711,6 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color"; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; diff --git a/macosx/Images/Images.xcassets/Accent Color.colorset/Contents.json b/macosx/Images/Images.xcassets/Accent Color.colorset/Contents.json deleted file mode 100644 index edf7fa532..000000000 --- a/macosx/Images/Images.xcassets/Accent Color.colorset/Contents.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "colors" : [ - { - "color" : { - "color-space" : "display-p3", - "components" : { - "alpha" : "1.000", - "blue" : "69", - "green" : "71", - "red" : "206" - } - }, - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "color" : { - "color-space" : "display-p3", - "components" : { - "alpha" : "1.000", - "blue" : "93", - "green" : "95", - "red" : "236" - } - }, - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -}