Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 11 column 1
---
repo: alchzh/catppuccin-mangadex
catppuccin-assets-url: https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/
mangadex-url: https://mangadex.org/?theme=
shield-flavor: macchiato
headers:
latte: "🌻 Latte"
frappe: "🪴 Frappé"
macchiato: "🌺 Macchiato"
mocha: "🌿 Mocha"
flavors-noir:
{{#each flavors}}{{#if this.isDark}}
- key: {{{@key}}}
natural: {{{@key}}}-natural
{{/if}}{{/each}}
---
Catppuccin for MangaDex
{{#each headers}}
{{/each}}Click on the flavor and accent color you want below!
In order to accomodate the white text on accent-colored buttons, the dark themes have the accent color pulled from the Latte flavor. If you want the paler flavor-native accent colors, go to the Natural Accent section.
{{#each headers}}{{/each}} {{#each mdThemes}} {{#each @root.flavors}} {{/each}} {{/each}}{{{this}}} | ||
---|---|---|
{{titlecase @key}} | {{titlecase @key}}-{{titlecase @../key}} |
Click to show
{{#each flavors-noir}}{{/each}} {{#each mdThemes}} {{#each @root.flavors-noir}} {{/each}} {{/each}}{{{lookup @root.headers this.key}}} | |
---|---|
{{titlecase @key}} | {{titlecase natural}}-{{titlecase @../key}} |
- Q: "Why is the required package
mangadex-theme
private?"
A: I ripped the code for generating the base64 encoded theme strings from the minimized source of mangadex.org, which I don't have the rights to be distributing publicly.
Copyright © 2021-present Catppuccin Org