@@ -174,6 +174,8 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
@objc func changeTheming() {
+ themingBackground.backgroundColor = NCBrandColor.sharedInstance.brand
+
if let theminBackgroundFile = UIImage.init(contentsOfFile: "\(appDelegate.directoryUser!)/themingBackground.png") {
themingBackground.image = theminBackgroundFile
} else {