Beautify your Jenkins with the Material Design theme!
Website: http://jenkins-contrib-themes.github.io/jenkins-material-theme
So you love Jenkins but hate its ugly user interface and icons... Me too! Introducing Jenkins Material Theme. You can turn your favorite frog CI tool into a handsome prince in few steps!
- Just one small css file (35K)
- Embed minified SVG images
- Multiple ways to install
- Use your own Company logo with the generator
-
Install Jenkins Simple Theme Plugin
-
Click
Manage Jenkins
-
Click
Configure System
and scroll down toTheme
-
Specify the URL for
https://jenkins-contrib-themes.github.io/jenkins-material-theme/dist/material-light.css
. -
Click
Save
-
Download the file https://github.com/jenkins-contrib-themes/jenkins-material-theme/raw/master/hpi/material-theme.hpi
-
Go to
Manage Jenkins > Plugins > Advanced
-
Select the downloaded file in the area
Upload Plugin
-
Click
Upload
-
Restart your Jenkins Server
-
Upload the file
https://jenkins-contrib-themes.github.io/jenkins-material-theme/dist/material-light.css
to your web server -
Follow the steps of the previous method using your uploaded file as URL in step 4
-
Install the Stylish Chrome extension
-
Copy the content of the file https://jenkins-contrib-themes.github.io/jenkins-material-theme/dist/material-light.css
-
Go to Stylish options and click in
Write new style
-
Paste the theme css in the code box
-
Click in
Specify
and set your jenkins domain -
Click in
Save
-
Go to your Jenkins website and enable the theme in the Stylish Chrome t oolbar icon
CSS file are minified and compressed with Grunt. To prepare the environment:
npm install
grunt
This will generate the following file:
- dist/material-light.css
- Simple Theme plugin 0.3
- Jenkins 1.636
- Firefox 3.5+
- Chrome 4+
- Safari 4+
- Opera 15+
- Microsoft IE11 and Edge
If you are experiencing issues please let me know! Also, feel free to contribute!
http://afonsof.mit-license.org/
##Thanks to
- Simple Theme Plugin for the Simple Theme plugin
- Google for the the material design inspiration and the icons
- Material Design Icons for some extra icons
- Stylish for making the test of new versions easy
- canon-jenkins for the base theme
- @Heldroe for Firefox and Microsoft support
- @bootstraponline for Jenkins native plugin