Files
developer.sailpoint.com/docs/tools/ui-development-kit/theming.md
2025-08-21 16:53:31 -04:00

938 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

If you want to create a custom theme for your deployment, you can do it easily using 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