Primary Theme Colors Customization
V.1
The authID Complete UI allows you to customize page colors to better align 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 key elements in the authID UI, such as buttons and spinners.
- headerTxtColor: specifies the text color displayed in the header.
- headerBgColor: defines the background color for the header. This parameter applies to all pages except capture screens, where the headerBgColor appears transparent.
- captureActColor: specifies the color of the manual capture button and the camera selection button when the camera is active during document scanning or Selfie capture.
- captureTxtColor: specifies the text color displayed when the camera is active during document scanning or Selfie capture.
- captureBgColor: specifies the background color displayed when the camera is active during document scanning or Selfie capture.
If you would like to customize any of these colors, please get in touch with authID Support at [email protected] to request changes.
Updated 16 days ago