Skip to content

v0.0.3 🌈

Choose a tag to compare

@github-actions github-actions released this 15 Jun 15:59
· 524 commits to master since this release
0.0.3
2f189a4

🚀 New features and improvements

This release brings integration with the Theme Manager plugin.

You can now choose the theme from inside Jenkins by installing the 'Dark Theme' plugin.

Admins can pick a theme from a list in the admin UI as the default theme for Jenkins
Users can turn off the theme, or pick the one that they want to use from the user's profile page.

You can still load it from the CDN just as before the URLs are:

System setting:
https://cdn.jsdelivr.net/gh/jenkinsci/[email protected]/src/main/resources/io/jenkins/plugins/darktheme/theme-system.css

Force dark mode:
https://cdn.jsdelivr.net/gh/jenkinsci/[email protected]/src/main/resources/io/jenkins/plugins/darktheme/theme.css

📝 Documentation updates

👻 Maintenance