···1010scripts:
1111 - index.js
12121313-# THEMES
1414-1515-themes:
1616- - url: "themes/blur/"
1717- title: "Blur"
1818- todo: true
1919- desc: >
2020- **A theme with an Apple-inspired playback view.** Features two audio players instead of the usual one.
2121- - title: "Loader"
2222- todo: true
2323- desc: >
2424- **A theme that loads other themes!** _If you're taking the first steps to customize, checkout the [facets loader](#facets) first!_
2525- - url: "themes/webamp/"
2626- title: "Webamp"
2727- desc: >
2828- **Winamp 2 + Windows 98**. Uses Webamp as the audio player connected to various Diffuse elements. Also features a desktop-like Windows 98 environment in which you can open "programs" that control the used Diffuse elements.
2929-3013# ELEMENTS
31143215configurators:
+30-4
src/themes/index.vto
···11---
22-layout: layouts/facet.vto
22+layout: layouts/diffuse.vto
33base: ../
4455styles:
···10101111scripts:
1212 - themes/index.js
1313+1414+# THEMES
1515+1616+builtIn:
1717+ - url: "themes/blur/"
1818+ title: "Blur"
1919+ todo: true
2020+ desc: >
2121+ **A theme with an Apple-inspired playback view.** Features two audio players instead of the usual one.
2222+ - url: "themes/webamp/"
2323+ title: "Webamp"
2424+ desc: >
2525+ **Winamp 2 + Windows 98**. Uses Webamp as the audio player connected to various Diffuse elements. Also features a desktop-like Windows 98 environment in which you can open "programs" that control the used Diffuse elements.
1326---
14271528<header>
···1932 {{ await comp.diffuse.logo() }}
2033 </a>
2134 </div>
3535+2236 <p class="construct dither-mask" style="margin-top: 0">
2337 Themes
2438 </p>
3939+2540 <p>
2641 Themes are element compositions and provide a traditional browser web application way of
2742 using them. In other words, pretty much the whole thing, besides your data, lives inside a single browser tab.
···3348 Each theme is unique, not just a skin; each one might have a totally different feature set.
3449 </small>
3550 </p>
5151+5252+ <ul class="table-of-contents">
5353+ <li><a href="themes/#built-in">Built-in</a></li>
5454+ </ul>
3655 </div>
3756 <div class="dither-mask filler"></div>
3857</header>
3958<main>
4040- <p>
4141- TODO
4242- </p>
5959+ <!-- BUILT-IN -->
6060+ <div class="columns">
6161+ <section class="flex">
6262+ <h2 id="built-in">Built-in</h2>
6363+6464+ {{ await comp.list({ items: builtIn }) }}
6565+ </section>
6666+6767+ <section class="flex"></section>
6868+ </div>
4369</main>