# dark-theme-plugin **Repository Path**: mirrors_jenkinsci/dark-theme-plugin ## Basic Information - **Project Name**: dark-theme-plugin - **Description**: Jenkins Dark Theme - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dark Theme Plugin [![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins%2Fdark-theme-plugin%2Fmaster)](https://ci.jenkins.io/job/Plugins/job/dark-theme-plugin/job/master/) [![Gitter](https://badges.gitter.im/jenkinsci/ux-sig.svg)](https://gitter.im/jenkinsci/ux-sig?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Changelog](https://img.shields.io/github/release/jenkinsci/dark-theme.svg?label=changelog)](https://github.com/jenkinsci/dark-theme/releases/) [![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/dark-theme.svg)](https://plugins.jenkins.io/dark-theme) [![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/dark-theme.svg?color=blue)](https://plugins.jenkins.io/dark-theme) ![preview.png](docs/images/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](https://github.com/jenkinsci/configuration-as-code-plugin) plugin: ```yaml 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](https://github.com/jenkinsci/theme-manager-plugin#configuring-the-plugin), for more information. ## References * Introduction and first demo at the Jenkins UI/UX hackfest: [video](https://youtu.be/hJuAO09rKLM?t=1357), [slides](https://docs.google.com/presentation/d/19N4B7BXu_Zfw8IDdUAZl_83-jXDAvwWC2KI6BvvNUCI/edit#slide=id.g8790db40db_0_205) * Integration pull request with the changes: [jenkinsci/jenkins#4752](https://github.com/jenkinsci/jenkins/pull/4752) ## Contributing Any contributions to the dark theme and compatibility are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for the contribution guidelines. And thanks to all [contributors](https://github.com/jenkinsci/dark-theme-plugin/graphs/contributors)! ## References * The theme was created as a part of the [Jenkins UI/UX Hackfest](https://github.com/jenkinsci/ui-ux-hackfest-2020) on May 25-29, 2020. * The theme is inspired by the [camalot/jenkins-dark-stylish](https://github.com/camalot/jenkins-dark-stylish) theme, but it is a new theme created by scratch.