新しいテストテーマを作成するだけですが、管理パネルのテーマリストに表示されません
app/design/frontend/Magento/mytheme/theme.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
     <title>My theme</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>content、pub/staticフォルダを確認しましたか?あなたがあなたのコードで新しい質問を投稿するなら、私は素晴らしいでしょう。
                
app/code/design/mycompany/mynewtheme/それを機能させることができないだけです-管理パネルにはLumaとMagentoの空白のデフォルトのテーマしかありません、私が作成した新しいテーマはありません。