Themeable Colors

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2022 09:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 07:37 AM
Hi Kieron,
I am able to replicate this. It looks like these are using the CSS property "--now-datavis_color--qualitative-X" [X is a number] which then reference other CSS properties within the theme record. You can view which color matches on the UX Theme Property from the color pallet. In my screenshots, I am using Default UI14 and I'm only showing the first color:
From here, you can look for this property on the dark theme under Now Experience Framework > Themes > Themes in the Polaris record:
Dark theme:
Base polaris "colors"
So in dark theme the first blue is following "--nowdatavis_color--blue-8" (128,218,235) while the default is using "--nowdatavis_color--blue-5" (10,184,217)
In a custom theme, you would be able to edit these values to be the same across reports.
-Matt

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 02:10 AM
Thank you for this - it goes a long way in to explaining, and my understanding of the setup.
I think all we can do for now, is to amend the Qualitative values against the Themeable Color field of the colour definition to one of the alternative 32 defined ones in the CSS list of values. Otherwise we'll be getting into all sorts of "darkness" with custom themes!