jenkins-dark-stylish

jenkins-dark Build status

A theme for Jenkins to give a dark look.

NOTE: Tested with both Jenkins version 1.6xx+ and 2.x (some things on 2.x are not styled properly yet.)

You will need to add the domains that you want this to apply to yourself if you use the Stylish plugin.

How to install

Simple Theme Jenkins Plugin (auto-updated)

Native Jenkins Plugin

Stylish

NOTE: these steps may be slightly different for FireFox version of Stylish

Install the plugin via chef and the jenkins-cookbook

jenkins_dark_theme_version = '1.0.105'
jenkins_dark_source = "https://github.com/camalot/jenkins-dark-stylish/releases/download/jenkins-dark-stylish-#{jenkins_dark_theme_version}/jenkins-dark-stylish-#{jenkins_dark_theme_version}.hpi"

jenkins_plugin 'jenkins-dark-theme' do
  action [:install]
  source jenkins_dark_source
end

Screenshots

Jenkins Menu

Script Console

Build Queue

Manage Jenkins

Login

Manage Plugins

Dashboard

Legend

How to build

$ npm install
$ grunt

This will generate the following:

How to contribute