/**
  * Get config from current theme.
  *
  * @param $key
  * @param null $default
  * @return mixed
  * @static
  */
 public static function config($key, $default = null)
 {
     return \Pingpong\Themes\Repository::config($key, $default);
 }