How can I create a dark mode for a custom theme??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
I would like to create a dark mode for custom theme. I create a variant, and added OOB css from dark theme, the dark mode is not consistent. Buttons and field labels are missing, how to fix this issue??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @Siris
- Go to sys_properties.list via the application navigator.
- Search for the property glide.ui.polaris.core_ui_exclude_dark_mode.
- Ensure its value is set to false. (Setting this to true breaks dark mode components in standard lists and forms).
- Verify that glide.ui.polaris.dark_themes_enabled is set to true
refer:
Next Experience system properties
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi
I followed this article, created the properties, added variant for custom theme, and copied the OOB CSS, which is kind of works, but have inconsistencies like buttons are not visible and SOW incident form field label are not visible
Is there a way to keep the dark theme with a custo... - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @Siris
Can you clear the cache using cache.do in Navigator and Enter. Log out and login using Incognito/InPrivate browser.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
I did it, but still the same issue