Dark Theme

Build Status Gitter Changelog Jenkins Plugin Jenkins Plugin Installs

This repository contains a dark theme for Jenkins.

Usage

Installing via Jenkins update center

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.

Screenshots

Main screen:

Main screen

Build console:

Build console log

Browser compatibility

The theme should be compatible with all modern browsers.

No version of IE will be supported.

References

Contributing

Any contributions to the dark theme and compatibility are welcome! See CONTRIBUTING.md for the contribution guidelines. And thanks to all contributors!

References