{#each filteredThemes as theme (theme.id)} displayTheme = theme} /> {/each}
{'\uecb3'}
Got a Theme Idea?

Transform it into a stunning theme!

{#if filteredThemes.length === 0}

That doesn't exist! 😭😭😭

Sorry, we couldn't find the theme you're looking for. Maybe... you could create it?

{/if}
{#if displayTheme} displayTheme = null} onInstall={() => { StoreDownloadTheme({themeContent: displayTheme as Theme}).then(() => { setTheme((displayTheme as Theme).id); displayTheme = null; }); }} onRemove={() => {}} /> {/if}