7 lines
460 B
XML
7 lines
460 B
XML
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
|
|
<title>Venustheme - Fasony</title> <!-- your theme's name -->
|
|
<parent>Magento/blank</parent> <!-- the parent theme, in case your theme inherits from an existing theme -->
|
|
<media>
|
|
<preview_image>media/preview.jpg</preview_image> <!-- the path to your theme's preview image -->
|
|
</media>
|
|
</theme> |