Drupal's core themes
By default, Drupal 8 ships with four themes. As part of the standard installation profile, Drupal will install and configure the Bartik and Seven themes. Each of these themes serves a specific function in the workflow. Let's take a look at them in more detail.
Bartik
Bartik is considered the default theme in Drupal and is familiar to most, as it has been part of the Drupal ecosystem for quite a while now. We can think of Bartik as the frontend theme or what we see when we first install Drupal. The Bartik theme is what you will visually see when you are not navigating within the Drupal administrative screens.
Seven
Seven is the default admin theme, and it provides a clean separation between the frontend and backend of Drupal. This is great, as it will always allow us to navigate through the administrative areas if our default theme generates any errors that may cause a blank white screen while theming.
Stark
Stark is an intentionally plain theme with no styling at all to help...