Dark Theme

Build Status Gitter Changelog Jenkins Plugin Jenkins Plugin Installs

preview.png

Introduction

This plugin provides the Dark theme for Jenkins.

Usage

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.

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