In magento 2, all the file structure is changed compare to older version. So let’s start to create new theme in magento 2

Create Theme Directory

  1. Go to the magento Directory
  2. Create the directory <vendor> in the path app/design/frontend. <Vender> Should be the interface or package name for theme.
  3. Create the theme folder on the <vender> folder. So Path is app/design/frontend/<vendor>/<theme>

To create the theme in magento 2 theme.xml and composor.json files are most important. This two files are located in our theme folder.

After add this file. We can see the theme in backend admin side. Content >> Theme
Now theme is created and displayed at admin side store >> Configuration >> General >> Design to change the theme.
Enjoy the Magento 2 new theme 🙂