mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-15 10:49:14 +01:00
291 lines
8.1 KiB
Swift
291 lines
8.1 KiB
Swift
//
|
|
// AppAssets.swift
|
|
// NetNewsWire
|
|
//
|
|
// Created by Brent Simmons on 2/17/18.
|
|
// Copyright © 2018 Ranchero Software. All rights reserved.
|
|
//
|
|
|
|
import AppKit
|
|
import RSCore
|
|
import Account
|
|
|
|
struct AppAssets {
|
|
|
|
static var accountCloudKit: RSImage! = {
|
|
return RSImage(named: "accountCloudKit")
|
|
}()
|
|
|
|
static var accountLocal: RSImage! = {
|
|
return RSImage(named: "accountLocal")
|
|
}()
|
|
|
|
static var accountFeedbin: RSImage! = {
|
|
return RSImage(named: "accountFeedbin")
|
|
}()
|
|
|
|
static var accountFeedly: RSImage! = {
|
|
return RSImage(named: "accountFeedly")
|
|
}()
|
|
|
|
static var accountFeedWrangler: RSImage! = {
|
|
return RSImage(named: "accountFeedWrangler")
|
|
}()
|
|
|
|
static var accountFreshRSS: RSImage! = {
|
|
return RSImage(named: "accountFreshRSS")
|
|
}()
|
|
|
|
static var accountNewsBlur: RSImage! = {
|
|
return RSImage(named: "accountNewsBlur")
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var addNewSidebarItemImage: RSImage = {
|
|
return NSImage(systemSymbolName: "plus", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
static var articleExtractor: RSImage! = {
|
|
return RSImage(named: "articleExtractor")
|
|
}()
|
|
|
|
static var articleExtractorError: RSImage! = {
|
|
return RSImage(named: "articleExtractorError")
|
|
}()
|
|
|
|
static var articleExtractorInactiveDark: RSImage! = {
|
|
return RSImage(named: "articleExtractorInactiveDark")
|
|
}()
|
|
|
|
static var articleExtractorInactiveLight: RSImage! = {
|
|
return RSImage(named: "articleExtractorInactiveLight")
|
|
}()
|
|
|
|
static var articleExtractorProgress1: RSImage! = {
|
|
return RSImage(named: "articleExtractorProgress1")
|
|
}()
|
|
|
|
static var articleExtractorProgress2: RSImage! = {
|
|
return RSImage(named: "articleExtractorProgress2")
|
|
}()
|
|
|
|
static var articleExtractorProgress3: RSImage! = {
|
|
return RSImage(named: "articleExtractorProgress3")
|
|
}()
|
|
|
|
static var articleExtractorProgress4: RSImage! = {
|
|
return RSImage(named: "articleExtractorProgress4")
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var cleanUpImage: RSImage = {
|
|
return NSImage(systemSymbolName: "wind", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
static var extensionPointMarsEdit: RSImage = {
|
|
return RSImage(named: "extensionPointMarsEdit")!
|
|
}()
|
|
|
|
static var extensionPointMicroblog: RSImage = {
|
|
return RSImage(named: "extensionPointMicroblog")!
|
|
}()
|
|
|
|
static var extensionPointReddit: RSImage = {
|
|
return RSImage(named: "extensionPointReddit")!
|
|
}()
|
|
|
|
static var extensionPointTwitter: RSImage = {
|
|
return RSImage(named: "extensionPointTwitter")!
|
|
}()
|
|
|
|
static var faviconTemplateImage: RSImage = {
|
|
return RSImage(named: "faviconTemplateImage")!
|
|
}()
|
|
|
|
static var filterActive: RSImage = {
|
|
return RSImage(named: "filterActive")!
|
|
}()
|
|
|
|
static var filterInactive: RSImage = {
|
|
return RSImage(named: "filterInactive")!
|
|
}()
|
|
|
|
static var iconLightBackgroundColor: NSColor = {
|
|
return NSColor(named: NSColor.Name("iconLightBackgroundColor"))!
|
|
}()
|
|
|
|
static var iconDarkBackgroundColor: NSColor = {
|
|
return NSColor(named: NSColor.Name("iconDarkBackgroundColor"))!
|
|
}()
|
|
|
|
static var masterFolderImage: IconImage = {
|
|
if #available(macOS 11.0, *) {
|
|
let image = NSImage(systemSymbolName: "folder", accessibilityDescription: nil)!
|
|
let coloredImage = image.tinted(with: NSColor(named: "AccentColor")!)
|
|
return IconImage(coloredImage, isSymbol: true)
|
|
} else {
|
|
return IconImage(RSImage(named: NSImage.folderName)!)
|
|
}
|
|
}()
|
|
|
|
static var markAllAsReadImage: RSImage = {
|
|
return RSImage(named: "markAllAsRead")!
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var nextUnreadImage: RSImage = {
|
|
return NSImage(systemSymbolName: "chevron.down.circle", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var openInBrowserImage: RSImage = {
|
|
return NSImage(systemSymbolName: "safari", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
static var preferencesToolbarAccountsImage: RSImage = {
|
|
if #available(macOS 11.0, *) {
|
|
return NSImage(systemSymbolName: "at", accessibilityDescription: nil)!
|
|
} else {
|
|
return NSImage(named: NSImage.userAccountsName)!
|
|
}
|
|
}()
|
|
|
|
static var preferencesToolbarExtensionsImage: RSImage = {
|
|
if #available(macOS 11.0, *) {
|
|
return NSImage(named: "preferencesToolbarExtensions")!
|
|
} else {
|
|
return NSImage(contentsOfFile: "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/KEXT.icns")!
|
|
}
|
|
}()
|
|
|
|
static var preferencesToolbarGeneralImage: RSImage = {
|
|
if #available(macOS 11.0, *) {
|
|
return NSImage(systemSymbolName: "gearshape", accessibilityDescription: nil)!
|
|
} else {
|
|
return NSImage(named: NSImage.preferencesGeneralName)!
|
|
}
|
|
}()
|
|
|
|
static var preferencesToolbarAdvancedImage: RSImage = {
|
|
if #available(macOS 11.0, *) {
|
|
return NSImage(systemSymbolName: "gearshape.2", accessibilityDescription: nil)!
|
|
} else {
|
|
return NSImage(named: NSImage.advancedName)!
|
|
}
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var readClosedImage: RSImage = {
|
|
return NSImage(systemSymbolName: "largecircle.fill.circle", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var readOpenImage: RSImage = {
|
|
return NSImage(systemSymbolName: "circle", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var refreshImage: RSImage = {
|
|
return NSImage(systemSymbolName: "arrow.clockwise", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
static var searchFeedImage: IconImage = {
|
|
return IconImage(RSImage(named: NSImage.smartBadgeTemplateName)!, isSymbol: true)
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var shareImage: RSImage = {
|
|
return NSImage(systemSymbolName: "square.and.arrow.up", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var starClosedImage: RSImage = {
|
|
return NSImage(systemSymbolName: "star.fill", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
@available(macOS 11.0, *)
|
|
static var starOpenImage: RSImage = {
|
|
return NSImage(systemSymbolName: "star", accessibilityDescription: nil)!
|
|
}()
|
|
|
|
static var starredFeedImage: IconImage = {
|
|
if #available(macOS 11.0, *) {
|
|
let image = NSImage(systemSymbolName: "star.fill", accessibilityDescription: nil)!
|
|
let coloredImage = image.tinted(with: NSColor(named: "StarColor")!)
|
|
return IconImage(coloredImage, isSymbol: true)
|
|
} else {
|
|
return IconImage(RSImage(named: NSImage.smartBadgeTemplateName)!, isSymbol: true)
|
|
}
|
|
}()
|
|
|
|
static var timelineStar: RSImage! = {
|
|
if #available(macOS 11.0, *) {
|
|
let image = NSImage(systemSymbolName: "star.fill", accessibilityDescription: nil)!
|
|
let coloredImage = image.tinted(with: NSColor(named: "StarColor")!)
|
|
return coloredImage
|
|
} else {
|
|
return RSImage(named: "timelineStar")
|
|
}
|
|
}()
|
|
|
|
static var todayFeedImage: IconImage = {
|
|
if #available(macOS 11.0, *) {
|
|
let image = NSImage(systemSymbolName: "sun.max.fill", accessibilityDescription: nil)!
|
|
let coloredImage = image.tinted(with: .orange)
|
|
return IconImage(coloredImage, isSymbol: true)
|
|
} else {
|
|
return IconImage(RSImage(named: NSImage.smartBadgeTemplateName)!, isSymbol: true)
|
|
}
|
|
}()
|
|
|
|
static var unreadFeedImage: IconImage = {
|
|
if #available(macOS 11.0, *) {
|
|
let image = NSImage(systemSymbolName: "largecircle.fill.circle", accessibilityDescription: nil)!
|
|
let coloredImage = image.tinted(with: NSColor(named: "AccentColor")!)
|
|
return IconImage(coloredImage, isSymbol: true)
|
|
} else {
|
|
return IconImage(RSImage(named: NSImage.smartBadgeTemplateName)!, isSymbol: true)
|
|
}
|
|
}()
|
|
|
|
static var swipeMarkReadImage: RSImage = {
|
|
return RSImage(named: "swipeMarkRead")!
|
|
}()
|
|
|
|
static var swipeMarkUnreadImage: RSImage = {
|
|
return RSImage(named: "swipeMarkUnread")!
|
|
}()
|
|
|
|
static var swipeMarkStarredImage: RSImage = {
|
|
return RSImage(named: "swipeMarkStarred")!
|
|
}()
|
|
|
|
static var swipeMarkUnstarredImage: RSImage = {
|
|
return RSImage(named: "swipeMarkUnstarred")!
|
|
}()
|
|
|
|
static var swipeMarkUnstarredColor: NSColor = {
|
|
return NSColor(named: NSColor.Name("swipeMarkUnstarredColor"))!
|
|
}()
|
|
|
|
static func image(for accountType: AccountType) -> NSImage? {
|
|
switch accountType {
|
|
case .onMyMac:
|
|
return AppAssets.accountLocal
|
|
case .cloudKit:
|
|
return AppAssets.accountCloudKit
|
|
case .feedbin:
|
|
return AppAssets.accountFeedbin
|
|
case .feedly:
|
|
return AppAssets.accountFeedly
|
|
case .feedWrangler:
|
|
return AppAssets.accountFeedWrangler
|
|
case .freshRSS:
|
|
return AppAssets.accountFreshRSS
|
|
case .newsBlur:
|
|
return AppAssets.accountNewsBlur
|
|
}
|
|
}
|
|
|
|
}
|