mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change cell selection background color to be blue. Issue #619
This commit is contained in:
@@ -53,6 +53,10 @@ struct AppAssets {
|
||||
return image.maskWithColor(color: AppAssets.masterFolderColor)!
|
||||
}()
|
||||
|
||||
static var selectionBackgroundColor: UIColor = {
|
||||
return UIColor(named: "selectionBackgroundColor")!
|
||||
}()
|
||||
|
||||
static var starColor: UIColor = {
|
||||
return UIColor(named: "starColor")!
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user