Xyphyn / photon

An opinionated web client for Lemmy to help users discover the fediverse.
https://phtn.app
GNU Affero General Public License v3.0
392 stars 43 forks source link

Documentation how to change the default theme for self-hosting? #273

Closed poVoq closed 3 months ago

poVoq commented 9 months ago

It seems like right now users can modify the theme individually and can also import theme settings from an external source, but as an instance admin, how to I change the default theme for non-logged in users and those that do not want to modify it themeselves?

ngn13 commented 9 months ago

With 81ac6ac, PUBLIC_THEME has been replaced with PUBLIC_LEGACYTHEME, I think @Xyphyn should update the README.

poVoq commented 9 months ago

Good point, but that still doesn't explain how to set a default non-legacy theme.

Xyphyn commented 3 months ago

That's been added, just use PUBLIC_THEME and it's documented.