Primary Theme Colors Customization

The authID Complete UI enables you to customize page colors for better alignment with your brand.

Here’s an example of configuration file parameters responsible for color customization in the UI:

 
"theme": {
  "primaryColor": "#4F46E5",
	"headerTxtColor": "#41A7E1",
	"headerBgColor": "#800080",
	"captureActColor": "#4F46E5",
	"captureTxtColor": "#222222",
	"captureBgColor": "#FFFFFF"
},
  • primaryColor: Defines the color for the key elements in the authID UI i.e. buttons, and spinners.
  • headerTxtColor: Defines the color of the text displayed in the header.
  • headerBgColor: Defines the color for the background displayed in the header, this parameter applies in other pages except for capture screens (the background color will be seen in the header section cause headerBGcolor is transparent in capture screens).
  • captureActColor: Defines the color for the manual capture button when the camera is active for the document scan and the camera selection button when the camera is active for the document scan and taking selfies.
  • captureTxtColor: Defines the color of the text displayed when the camera is active for Scanning documents or taking selfies.
  • captureBgColor: Defines the color for the background displayed when the camera is active for Scan documents or Taking Selfie.

If you would like to customize any of these colors, please get in touch with authID Support at [email protected] to request changes.