CI Customization in SCA 3.0
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
You can customize the look and feel of SCA to align with your corporate identity.
You can adjust the following elements:
Highlight color for buttons, switches, and page elements
Company logo used across different parts of the app
CI Customization is only available with an SCA Enterprise license.
The highlight color defines the look of primary buttons, switches, and UI accents.
You can configure it using the following AppConfig parameters:
HighlightColorLightMode_Option
– set the highlight color for Light Mode
HighlightColorDarkMode_Option
– set the highlight color for Dark Mode
HighlightColor_Option
– set a single color applied to both Light and Dark Mode
The color value must be provided as a hex string (e.g., #FF0000
for red or #009FE3
for blue, etc).
If configured, your company logo will appear in the following places:
Loading page
vCard QR code
License page
AppConfig used for this screenshot: HighlightColor_Option
= "#F39200"
and CDImageUri_Option
= "https://provectus.de/.../logo.png"
Set your logo using the AppConfig parameter: CDImageUri_Option
This must be a publicly accessible image URI (e.g., hosted on your company’s web server).
The app checks for a new logo at each login.
If a new image URI is configured, the logo will be downloaded and cached locally.
Once cached, the app will not re-download the same logo until the URI changes.
Supported formats: JPG and PNG Recommended: square or rectangular PNG with a transparent background
You can configure how much longer the company logo remains visible on the loading page by using the parameter: CDImageLoadingDelayMS_Option
Accepts values from 0
to 1500
ms
The value defines the additional time (in milliseconds) that the logo stays on the loading screen before the app continues