theme object for settings
Important: This article covers the theme
object that appears under the settings
object. If you want to customize the color theme for individual notifications, use the theme
object under the notifyUser
object. For more information, see settings and User.Notification.notifyUser.
Defines the text colors and background colors for the embedded agent interface and for types of notifications that appear in the client.
Parameters
Name | Data type | Description | Notes |
primary | String | Hexadecimal value for the background color in the client. | Example: #62367A. <br><br>The |
text | String | Hexadecimal value for the text colors in the client. | Example: #DAD5DD. <br><br>The |
notification | Object | See notification object. |
notification object
Defines the text colors and background colors for types of notifications.
Parameters
Name | Data type | Description | Notes |
success | Object | Type of notification. Determines the text color and background color for the | Includes the same |
info | Object | Type of notification. Determines the text color and background color for the | Includes the same |
warning | Object | Type of notification. Determines the text color and background color for the | Includes the same |
error | Object | Type of notification. Determines the text color and background color for the | Includes the same |
For more information, see settings.