Files
irandom/.env.demo
T

22 lines
637 B
Bash

# Local test branding — not committed (.gitignore).
# Delete or rename this file to fall back to built-in defaults.
# Branding
IRANDOM_NAME=LuckyDraw
IRANDOM_TITLE=LuckyDraw - test theme
IRANDOM_BRAND_URL=https://example.com
IRANDOM_LOGO_URL=/logo.png
IRANDOM_DEFAULT_LOCALE=en
# Cool slate + teal (contrast check vs default gold/brown)
IRANDOM_COLOR_PRIMARY=#2dd4bf
IRANDOM_COLOR_ACCENT=#5eead4
IRANDOM_COLOR_BG=#0f172a
IRANDOM_COLOR_SURFACE=#1e293b
IRANDOM_COLOR_SURFACE_RAISED=#334155
IRANDOM_COLOR_TEXT=#f1f5f9
IRANDOM_COLOR_TEXT_MUTED=#94a3b8
IRANDOM_COLOR_DANGER=#f87171
IRANDOM_COLOR_LINK=#38bdf8
IRANDOM_COLOR_BORDER=#475569