Theme Editor
Select Theme
{#each themes as theme}
{theme.title}
{/each}
{#if loading && !fileTree.length}
Loading...
{:else}
Files
openNewFileModal('')} title="New File in Root">
{#if currentFile}
{currentFile.path}
{/if}
Cancel
Save
{/if}
{#if showNewFileModal}
Create New File
Directory: {newFileTargetDir || '/'}
Filename (e.g. index.blade.php, style.css)
showNewFileModal = false}>Cancel
Create
{/if}