Code Font: Victor Mono
Aqua
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Aqua's Sticker
Astolfo
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Astolfo's Sticker
Asuna Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Asuna Dark's Sticker
Azuki
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Azuki's Sticker
Chocola
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Chocola's Sticker
Christmas Chocola
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Christmas Chocola's Sticker
Cinnamon
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Cinnamon's Sticker
Coconut
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Coconut's Sticker
Darkness Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Darkness Dark's Sticker
Echidna
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Echidna's Sticker
Emilia Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Emilia Dark's Sticker
Essex
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Essex's Sticker
Gasai Yuno
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Gasai Yuno's Sticker
Genos
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Genos's Sticker
Gray
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Gray's Sticker
Hanekawa Tsubasa
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Hanekawa Tsubasa's Sticker
Hatsune Miku
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Hatsune Miku's Sticker
Hayase Nagatoro
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Hayase Nagatoro's Sticker
Hinata Shoyo
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Hinata Shoyo's Sticker
Hiro
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Hiro's Sticker
Hiro x Zero Two
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Hiro x Zero Two's Sticker
Ishtar Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Ishtar Dark's Sticker
Jabami Yumeko
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Jabami Yumeko's Sticker
Jahy
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Jahy's Sticker
Kanna
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Kanna's Sticker
Katsuragi Misato
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Katsuragi Misato's Sticker
Kirino
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Kirino's Sticker
Konata
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Konata's Sticker
Mai Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Mai Dark's Sticker
Maika
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Maika's Sticker
Makise Kurisu
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Makise Kurisu's Sticker
Maple Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Maple Dark's Sticker
Megumin
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Megumin's Sticker
Miia
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Miia's Sticker
Mioda Ibuki Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Mioda Ibuki Dark's Sticker
Misaka Mikoto
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Misaka Mikoto's Sticker
Monika Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Monika Dark's Sticker
Nadeshiko
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Nadeshiko's Sticker
Nakano Miku
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Nakano Miku's Sticker
Nakano Nino
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Nakano Nino's Sticker
Nakano Yotsuba
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Nakano Yotsuba's Sticker
Natsuki Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Natsuki Dark's Sticker
Ram
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Ram's Sticker
Raphtalia
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Raphtalia's Sticker
Rei
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Rei's Sticker
Rem
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Rem's Sticker
Rias: Crimson
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Rias: Crimson's Sticker
Rias: Onyx
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Rias: Onyx's Sticker
Rimuru Tempest
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Rimuru Tempest's Sticker
Rory Mercury
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Rory Mercury's Sticker
Ryuko Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Ryuko Dark's Sticker
Sagiri
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Sagiri's Sticker
Satsuki Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Satsuki Dark's Sticker
Sayori Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Sayori Dark's Sticker
Shima Rin
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Shima Rin's Sticker
Sonoda Umi
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Sonoda Umi's Sticker
Takanashi Rikka
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Takanashi Rikka's Sticker
Tohsaka Rin
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Tohsaka Rin's Sticker
Vanilla
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Vanilla's Sticker
Yukihira Soma
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Yukihira Soma's Sticker
Yukinoshita Yukino
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Yukinoshita Yukino's Sticker
Yuri Dark
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Yuri Dark's Sticker
Zero Two Dark Obsidian
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Zero Two Dark Obsidian's Sticker
Zero Two Dark Rose
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Zero Two Dark Rose's Sticker
Asuna Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Asuna Light's Sticker
Beatrice
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Beatrice's Sticker
C.C.
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
C.C.'s Sticker
Darkness Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Darkness Light's Sticker
Emilia Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Emilia Light's Sticker
Ishtar Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Ishtar Light's Sticker
Mai Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Mai Light's Sticker
Maple Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Maple Light's Sticker
Mioda Ibuki Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Mioda Ibuki Light's Sticker
Monika Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Monika Light's Sticker
Nakano Ichika
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Nakano Ichika's Sticker
Nakano Itsuki
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Nakano Itsuki's Sticker
Natsuki Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Natsuki Light's Sticker
Ryuko Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Ryuko Light's Sticker
Satsuki Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Satsuki Light's Sticker
Sayori Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Sayori Light's Sticker
Senko
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Senko's Sticker
Shigure
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Shigure's Sticker
Tohru
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Tohru's Sticker
Tomori Nao
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Tomori Nao's Sticker
Yuri Light
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Yuri Light's Sticker
Yuzuriha Inori
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Yuzuriha Inori's Sticker
Zero Two Light Lily
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Zero Two Light Lily's Sticker
Zero Two Light Sakura
DokiThemePreview.svelte
package.json
<script lang="ts">
import type { DokiTheme } from "./Types";
export let dokiTheme: DokiTheme; </script>
<div class="sticker-container">
<img
class="sticker"
alt={`${dokiTheme.information.name}'s Sticker`}
src={dokiTheme.stickers.default.path}/>
</div>
<style>
:root { --code-window-height: 400px; }
.sticker {
max-height: 150px;
max-width: 150px;
}
</style>
Zero Two Light Sakura's Sticker