This plugin provides the Dark theme for Jenkins.
Search for 'Dark theme' in your Jenkins update center and install it.
Then go to "Manage Jenkins" and click "Appearance", search for 'Themes' and select 'Dark (System)' or with the configuration-as-code plugin:
appearance:
themeManager:
disableUserThemes: true
theme: "darkSystem" # use 'dark' for forcing the dark theme regardless of OS settings
Users can configure the theme from their user profile page, see the theme-manager documentation, for more information.
- Introduction and first demo at the Jenkins UI/UX hackfest: video, slides
- Integration pull request with the changes: jenkinsci/jenkins#4752
Any contributions to the dark theme and compatibility are welcome! See CONTRIBUTING.md for the contribution guidelines. And thanks to all contributors!
- The theme was created as a part of the Jenkins UI/UX Hackfest on May 25-29, 2020.
- The theme is inspired by the camalot/jenkins-dark-stylish theme, but it is a new theme created by scratch.