Skip to content

The designSettings object defines the visual theme of the form: colours, fonts, border radius, and background.

Schema

FieldTypeDescription
themeNamestringName of the applied theme
mainColorstringPrimary accent colour (hex)
backgroundColorstringPage background colour (hex)
backgroundImagestring | nullBackground image URL
fontstringFont family name
questionColorstringQuestion text colour (hex)
answerColorstringAnswer/input text colour (hex)
borderRadiusstringCorner radius for inputs (for example, "8px")
inputColorstringInput field background colour (hex)
borderColorstringInput border colour (hex)
fontSizestringText size preset (for example, "medium")
"designSettings": {
  "themeName": "Dark 🌱",
  "mainColor": "#fff",
  "backgroundColor": "#000000",
  "backgroundImage": null,
  "font": "Inter",
  "questionColor": "#EEEEEE",
  "answerColor": "#EEEEEE",
  "borderRadius": "8px",
  "inputColor": "#0E0E11",
  "borderColor": "#777C83",
  "fontSize": "medium"
}