function TEMPLATE_preprocess_html(&$variables) { $variables['attributes']['class'][] = \Drupal::service('theme.manager')->getActiveTheme()->getName(); }
Removing untracked files in GIT
Running git clean -f -d will remove all untracked files in the current repo.