Branding and Customization
Aside from creating Plugin agents we also provide a couple of utilities for customizing the look and feel of your PromptPanel instance.
Primary Color: PROMPT_BRAND_COLOR
The PROMPT_BRAND_COLOR
environment variable takes a hex color code.
Set by default to the#2D72D2
, this environment variable will set the primary color of buttons and :focus / :active tinting across the app to a color you select.
Logo: /app/static/logo.svg
The logo at /app/static/logo.svg
can be overwritten by a volume mount or copying it over in your Dockerfile. This will be reflected in the upper left-hand corner of most pages.