Hey @david,
Full details can be found here: Start using design tokens in your apps, and try dark theme in Jira Cloud - #5 by stephenmok
In short:
- Fill in this form to let us know about your development instances
- We will add your development instance(s) to the feature flag
- Enable dark mode in your personal settings
- Call
<script>window.AP.theming.initializeTheming();</script>
- Dark mode should now be enabled (this can be confirmed by looking at the HTML attributes
data-theme
anddata-color-mode
applied to your HTML element)
We’re planning to remove the feature flag soon so all that will be required is the call to initializeThemeing
We’ll post here with more information.
Cheers.