/**
  * Checks the theme for a styles.xml file (which is how customizations happen.).
  *
  * @return bool
  */
 public function isThemeCustomizable()
 {
     return parent::isThemeCustomizable();
 }