Selfie capture themes
Selfie Theme¶
Below is an example with the theme
properties modified in the configuration inside of generic
object.
Here you can check the configuration we used:
{
"platform": "web",
"operationMode": "idv",
"flowSetup": {
"core": {
"confirmProcess": true
},
"stages": [
"selfie"
],
"options": {
"selfie": {
"liveness": "passive",
"setup": {
"generic": {
"theme": {
"colorPrimaryLight": "#488bff",
"colorPrimaryDark": "#0f6984",
"colorPrimaryMain": "#ecb25c",
"colorNeutral00": "#bfff00",
"colorNeutral05": "#2bd2d8",
"colorNeutral20": "#7c7ced",
"colorNeutral40": "#c84ac2",
"colorNeutral80": "#000000",
"colorAlertDetection": "#ecb25c",
"colorAlertError": "#7c1111",
"colorAlertWarning": "#ecb25c",
"colorAlertSuccess": "#4da32c",
"colorAlertSuccessDark": "#ecb25c",
"radiusSm": "3px"
}
}
}
}
}
}
}
Theme legend:
-
colorPrimaryLight (#488bff)
-
colorPrimaryDark (#0f6984)
-
colorPrimaryMain (#ecb25c)
-
colorNeutral00 (#bfff00)
-
colorNeutral05 (#2bd2d8)
-
colorNeutral20 (#7c7ced)
-
colorNeutral40 (#c84ac2)
-
colorNeutral80 (#000000)
-
colorAlertDetection (#ecb25c)
-
colorAlertError (#7c1111)
-
colorAlertWarning (#ecb25c)
-
colorAlertSuccess (#4da32c)
-
colorAlertSuccessDark (#ecb25c)
radiusSm (3px)