drupal 8 theme_get_setting code example
Example 1: drupal 8 get theme path
$themeHandler = \Drupal::service('theme_handler');
$themePath = $themeHandler->getTheme($themeHandler->getDefault())->getPath();
Example 2: drupal 8 change theme default
Change Drupal Theme