|
@@ -140,7 +140,7 @@ class NCBrandColor: NSObject {
|
|
|
if darkMode {
|
|
|
tabBar = UIColor(red: 25.0/255.0, green: 25.0/255.0, blue: 25.0/255.0, alpha: 1.0)
|
|
|
backgroundView = .black
|
|
|
- backgroundForm = UIColor(red: 25.0/255.0, green: 25.0/255.0, blue: 25.0/255.0, alpha: 1.0)
|
|
|
+ backgroundForm = UIColor(red: 32.0/255.0, green: 32.0/255.0, blue: 32.0/255.0, alpha: 1.0)
|
|
|
textView = .white
|
|
|
separator = UIColor(red: 60.0/255.0, green: 60.0/255.0, blue: 60.0/255.0, alpha: 1.0)
|
|
|
select = UIColor.white.withAlphaComponent(0.2)
|
|
@@ -148,7 +148,7 @@ class NCBrandColor: NSObject {
|
|
|
} else {
|
|
|
tabBar = .white
|
|
|
backgroundView = .white
|
|
|
- backgroundForm = UIColor(red: 242.0/255.0, green: 242.0/255.0, blue: 247.0/255.0, alpha: 1.0)
|
|
|
+ backgroundForm = UIColor(red: 242.0/255.0, green: 242.0/255.0, blue: 242.0/255.0, alpha: 1.0)
|
|
|
textView = .black
|
|
|
separator = UIColor(red: 235.0/255.0, green: 235.0/255.0, blue: 235.0/255.0, alpha: 1.0)
|
|
|
select = self.brandElement.withAlphaComponent(0.1)
|