|
@@ -36,6 +36,7 @@ class NCBrandColor: NSObject {
|
|
|
public var navigationBarProgress: UIColor = .white
|
|
|
public var navigationBarText: UIColor = .white
|
|
|
public var nextcloud: UIColor = UIColor(red: 0.0/255.0, green: 130.0/255.0, blue: 201.0/255.0, alpha: 1.0) // BLU NC : #0082c9
|
|
|
+ public let nextcloudText: String = "#0082c9"
|
|
|
public var menuBackground: UIColor = .white
|
|
|
public var moreNormal: UIColor = .black
|
|
|
public var moreSettings: UIColor = .black
|