|
@@ -45,6 +45,7 @@ class NCBrandColor: NSObject {
|
|
|
public var tabBar: UIColor = .white
|
|
|
public var tableBackground: UIColor = .white
|
|
|
public var transferBackground: UIColor = UIColor(red: 178.0/255.0, green: 244.0/255.0, blue: 258.0/255.0, alpha: 0.1)
|
|
|
+ public let nextcloud: UIColor = UIColor(red: 0.0/255.0, green: 130.0/255.0, blue: 201.0/255.0, alpha: 1.0)
|
|
|
|
|
|
override init() {
|
|
|
self.brand = self.customer
|