Adds theme management to Jenkins, at a global or user level.
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.
Just send a pull request to add your theme to the list if create one
You can configure this plugin globally, or each user can configure it in their configuration as well.
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
Hover over your account icon in the top right and change your theme in the menu.
appearance:
themeManager:
disableUserThemes: true
theme: "noOp" # noOp is no theme, change this to the name of the theme plugin you're using, i.g. 'darkSystem'
See our developer guide.
Refer to our contribution guidelines.
Licensed under MIT, see LICENSE.