{#if showMenu}
{#each Object.entries(AVAILABLE_THEMES) as [key, theme]}
handleSelect(key)} >
{theme.name}
{#if value === key}
✓
{/if}
{/each}
{/if}