@objc dynamic var theme: String {
        get {
            getStringValue(forKey: "theme", otherwiseUse: "xcode")
        }
        set {