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.
Manage Jenkins
Configure System
and scroll to Theme
sectionhttp://camalot.github.io/jenkins-dark-stylish/jenkins-dark.min.css
for the CSSSave
Jenkins -> Manage Jenkins -> Manage Plugins -> Advanced
Upload Plugin
sectionhpi
file you downloadedUpload
NOTE: these steps may be slightly different for FireFox version of Stylish
Manage installed styles
)Write new Style
Mozilla Format
, Click on Import
buttonjenkins-dark.css
file that you extracted earlierjenkins_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
$ npm install
$ grunt
This will generate the following:
feature/style-menus
)develop