Files
Tyler Mairose d72ad6147d Edits
2025-09-02 09:50:39 -04:00

903 B

id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_position sidebar_class_name keywords description slug tags
udk-theming Theming UDK Theming 2 rudk
UI
development
kit
Update the theme of your UI project /tools/ui-development-kit/theming
UI

To create a custom theme for your deployment, use the config file and the theme config component:

Using the theme component

Using the theme component, you can select colors for all the main objects on the UI such as the primary and secondary colors, as well as pick which logos will appear for dark and light mode. Once you have these changes made, the settings will be saved in your appData/Roaming/sailpoint-ui-development-kit and the app can be deployed with these settings deployed along with the app by using the deployment guide.

Example Theme Component

Theme Component