class UserObjectSettingTheme < UserObjectSetting
    attr_accessor :theme

    def to_yaml_properties
        super + ['@theme']