Primary Theme Colors Customization
The authID Complete UI allows customization of primary theme colors to match your brand better. Below are the key colors you can adjust:
Here’s an example of a configuration file for UI customization:
"theme": {
"headerTxtColor": "#41a7e1",
"headerBgColor": "#800080",
"primaryColor": "#4F46E5",
"captureActColor": "#4F46E5",
"captureTxtColor": "#222",
"captureBgColor": "white"
},
- 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).
- primaryColor: Defines the color for the key elements in the authID UI i.e. buttons, and spinners.
- 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.
Updated 8 days ago