Creating Themes and Styles for Next Experience UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 01:17 PM
Hi All,
I Created a New custom Theme and styles for Next experience UI. I created theme which contains colors, UI 16 Dashboard Visualisation Compatabilities, Typography. And I created a System Property "glide.ui.polaris.theme.custom" and update with New theme Sys id. Still I dont see the changes with the colors I updated in Styles.
"base": {
"--now-color--neutral": "46,57,64",
"--now-color--primary": "56,115,220",
"--now-color--secondary": "70,85,95"
// "--now-color_chrome--brand": "56,115,220"
},
"properties": {
"--now-color_brand--neutral": "46,57,64",
"--now-color_brand--primary": "56,115,220",
"--now-color_brand--secondary": "70,85,95"
}
}
This is how it should be on Global
Could you please anyone of you help me out on this if any ideas or experience.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 11:14 PM
Hello @Saritha6
Please check my solution in the post here on how to create a new polaris theme.
https://www.servicenow.com/community/next-experience-forum/themes-on-tokyo-instance/td-p/2471916

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 07:52 AM
One thing I have found that you always need is
"isDark": "false",
or
"isDark": "true",
You can look at the post that @SatyakiBose pointed out.