PurpAmoLED+
You need Raincord installed on your device to get the themes work.
Installation
- Copy this link.
- Paste it in
Settings -> Themes -> +to install the theme.
Development
This theme uses a custom Sass-based DSL for optimal DX.
Themes are then compiled to JSON using a custom parser (src/parser.ts).
To get started:
- use Bun!
bun ibun run parseto compile the theme.
Dev Server
To get automatic theme generation, run bun run dev.