Allow to specify accend and secondary colors

This commit is contained in:
dtonon 2026-06-05 17:32:11 +01:00
parent 7cd9a68ae3
commit be3a4b34d3
23 changed files with 96 additions and 67 deletions

View file

@ -5,3 +5,6 @@ PUBLIC_MODE=simple # simple | full
PUBLIC_JOINCODE=no # yes | no — show invite-code field on join failure
PUBLIC_LABELS= # comma-separated labels (e.g., bug,feature,question)
PUBLIC_BLOSSOM_URL= # Blossom server URL (e.g., https://blossom.primal.net)
# Theme color overrides — quote the value, a leading # is read as a comment otherwise
PUBLIC_ACCENT_COLOR= # override the accent color (default #e32a6d), e.g. "#00ff00"; hover shade derived
PUBLIC_SECONDARY_COLOR= # override the secondary color (default #ffaf25), e.g. "#0000ff"; hover shade derived