mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add navigation and toolbar theming for light mode. Issue #698
This commit is contained in:
@@ -14,6 +14,18 @@ struct AppAssets {
|
||||
return UIColor(named: "avatarBackgroundColor")!
|
||||
}()
|
||||
|
||||
static var barBackgroundColor: UIColor = {
|
||||
return UIColor(named: "barBackgroundColor")!
|
||||
}()
|
||||
|
||||
static var barTintColor: UIColor = {
|
||||
return UIColor(named: "barTintColor")!
|
||||
}()
|
||||
|
||||
static var barTitleColor: UIColor = {
|
||||
return UIColor(named: "barTitleColor")!
|
||||
}()
|
||||
|
||||
static var circleClosedImage: UIImage = {
|
||||
return UIImage(systemName: "circle.fill")!
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user