This repository contains a 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:
From Jenkins 2.421:
appearance:
themeManager:
disableUserThemes: true
theme: "darkSystem" # use 'dark' for forcing the dark theme regardless of OS settings
Previously:
unclassified:
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.
Main screen:
Build console:
The theme should be compatible with all modern browsers.
No version of IE will be supported.
- 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.