public function getOutputSettings(Theme $theme) { Validation::notEmpty($theme, 'theme'); return $this->loadOutputSettings($theme->getPath()); }