Configure Next Experience theming for mobile
Summarize
Summary of Configure Next Experience theming for mobile
This guide explains how to enable and configure Next Experience theming specifically for mobile apps in ServiceNow instances running Utah or later versions. Next Experience theming allows you to customize the color scheme of your mobile user interface, enhancing user experience and brand consistency.
Show less
Next Experience must be enabled on your instance before applying these theming capabilities. Without it, your instance defaults to a legacy mobile theme.
Available Themes for Mobile Apps
- Polaris: The default theme when Next Experience is enabled. It includes a core UX Style record named Mobile Colors Default that defines color variables for mobile UI. This record is not editable, but you can create copies or new theme records with a higher priority to override default colors.
- Mobile Legacy: The fallback theme used when Next Experience is not enabled on Utah or later instances.
Creating and Managing Themes
Themes are managed via the UX Theme [sysuxtheme] table, and each theme links to one or more UX Style [sysuxstyle] records that define the UI’s appearance. Default Polaris and Mobile Legacy themes cannot be modified directly but can be copied and customized.
Note that mobile apps only utilize the color elements of a UX style; other style properties like font or shadow have no effect on the mobile UI.
Assigning Themes to Mobile Clients
Use the Client Theme field in the Mobile App Builder to specify which theme the mobile app should use:
- If the Client Theme field is empty, the instance automatically applies the Polaris theme if Next Experience is enabled, or the Mobile Legacy theme if disabled.
- If the Client Theme field is set, the mobile app uses the specified theme regardless of Next Experience status.
Using Color Variables in Custom Mobile Components
To maintain a consistent and cohesive user experience, leverage color variables in your custom mobile components. Components supporting color variables include:
- UI rules
- Navigation sections
- Map pins
- Icons
- View templates
- Mobile view buttons
- Input description fields
Implementation details for applying color variables vary by component type. Refer to the relevant documentation for best practices on integrating color variables into your mobile UI elements.
Learn how to enable Next Experience theming, and create and apply themes for your mobile apps.
Enable Next Experience
To use Next Experience theming, you must have Next Experience enabled on your instance. For activation instructions and more information on Next Experience, see Exploring themes in Next Experience.
Available themes for mobile apps
- Polaris
- Polaris is the default theme for instances with Next Experience enabled.
- Mobile Legacy
- Mobile legacy is a fallback theme. Instances with upgraded to Utah or later that do not have Next Experience enabled use this theme.
Under the Polaris theme is a UX Style [sys_ux_style] record named Mobile Colors Default. This record defines the color variable names and the colors associated with them.
Create themes and styles
Create Next Experience themes on the UX Theme [sys_ux_theme] table on your instance. By default, instances with Next Experience enabled use the Polaris theme. Instances without Next Experience enabled use the Mobile Legacy theme. These themes can't be modified, but you can copy either of them and change that copy.
Each UX Theme record is linked one or more UX Style [sys_ux_style] records that define the appearance of the UI when you apply a theme to your instance. As with theme records, the default style records aren't editable, but can be copied.
Learn more about Next Experience theme configuration at Configuring Next Experience themes and preferences.
Assign a theme to your mobile client
Set a theme for your mobile apps in the Mobile App Builder using the new Client Theme field.
|
Use color variables on your custom mobile components
- UI rules
- Navigation sections
- Map pins
- Icons
- View templates
- Mobile view buttons
- Input description fields
How to use color variables varies depending on the component you're building. For information on how to apply color variables on each of these components, see Color theme considerations for mobile.