Introduction
Adds theme management to Jenkins, at a global or user level.
Getting started
There's normally no need to install this plugin directly as the theme you install will depend on this.
First you will want to install a theme plugin through the Jenkins Update Center.
Known themes
Just send a pull request to add your theme to the list if create one
Configuring the plugin
You can configure this plugin globally, or each user can configure it in their configuration as well.
Global
Manage Jenkins → Configure System → Themes
You can stop users from being able to change their theme by selecting the 'Do not allow users to select a different theme' checkbox
User
'Your name' profile link (in top right) → Configure → Themes
Configuration as Code example
unclassified:
themeManager:
disableUserThemes: true
theme: "noOp" # noOp is no theme, change this to the name of the theme plugin you're using, i.g. 'darkSystem'
Creating a new theme
See our developer guide.
Contributing
Refer to our contribution guidelines.
LICENSE
Licensed under MIT, see LICENSE.