mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make the unread count color in the Feeds list a little lighter. Set up the colors as an app asset.
This commit is contained in:
@@ -182,6 +182,10 @@ struct AppAssets {
|
||||
return UIColor(named: "vibrantTextColor")!
|
||||
}()
|
||||
|
||||
static var unreadCountBackgroundColor: UIColor = {
|
||||
return UIColor(named: "unreadCountBackgroundColor")!
|
||||
}()
|
||||
|
||||
static func image(for accountType: AccountType) -> UIImage? {
|
||||
switch accountType {
|
||||
case .onMyMac:
|
||||
|
||||
Reference in New Issue
Block a user