I’m trying to understand how to properly preview my theme on https://discourse.theme-creator.io/.
discourse_theme watch is working and are syncing my changes to the preview URL. I have scaffolded a theme where I’ve added `color_schemes` to `about.json`. They are showing up in the select box for the theme under `/me/theme`. However, I can’t actually pick a scheme/palette and view it, instead I’m stuck with a default one called “Light” that I have not specified myself.
My named color schemes from my `about.json` is not showing up under `/me/preferences/interface` either.
What am I doing wrong?
Thanks!