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.
Any contributions to the dark theme and compatibility are welcome! See CONTRIBUTING.md for the contribution guidelines. And thanks to all contributors!