Save color accents when exporting public pages

When exporting public pages to a SPA website, Logseq does not keep the accent colors.

I am trying to figure out how I can save these accent colors so when I publish my site, my pages look just like they did on the app.
I am assuming the accent colors are just css definitions somewhere in the source code, I have yet to find.

Does anyone else have this problem?

You can set accent color when using publish-spa with accent-color or PUB_ACCENT_COLOR env var in case of docker image.
Can be one of "tomato", "red", "crimson", "pink", "plum", "purple", "violet", "indigo", "blue", "cyan", "teal", "green", "grass", "orange", "brown". Defaults to "blue".

However if your theme is only properly working when accent is disabled in settings or set to Classic Logseq accent then you would need to pass accent-color as “none” or “logseq” to cli/docker. Unfortunately for now this accent colors are rejected by cli.

This list would need to be extended by two more colors: publish-spa/src/logseq/publish_spa.cljs at 353b3654d00d6a5df2bb7b8bfef93766cdaad01c · logseq/publish-spa · GitHub

none and logseq.