Beautify your Jenkins with the a modern flat theme!
Website: https://tobix.github.io/jenkins-neo2-theme
This started as a fork to jenkins-neo-theme, which itself started as a fork to the jenkins-material-theme, but was developed further to work correctly with modern versions of Jenkins.
- Just one css file
- Embed minified SVG images
- Multiple ways to install
If you want to keep using an older release, replace /dist/
in all URLs with
an older version, for example /v0.2.0/
.
-
Install Jenkins Simple Theme Plugin
-
Click
Manage Jenkins
-
Click
Configure System
and scroll down toTheme
-
Choose your color for the header:
- Replace {{your-color-name}} in the URL by the chosen color:
https://tobix.github.io/jenkins-neo2-theme/dist/{{your-color-name}.css
.
for example
https://tobix.github.io/jenkins-neo2-theme/dist/blue.css
- Click
Save
-
Follow the step 1 and 2 of the previous method
-
Download the generated URL
-
Upload the downloaded file to your web server
-
Follow the steps 3 to 7 of the previous method using your uploaded file as URL in step 6
CSS file are minified and compressed with Grunt. If you have Node & yarn installed, you can build everything with:
yarn test
This will generate the following files, one for each {{color}}:
- dist/{{color}}.css
for example dist/blue.css
- Current Simple Theme plugin
- Current Jenkins LTS (older versions might still work, but compatibility isn't guaranteed)
- Firefox
- Chrome
- Microsoft IE11 and Edge (IE & Edge support isn't tested regularly)
If you are experiencing issues please let me know! Also, feel free to contribute!
MIT License
- Jenkins neo theme for the inspiration and original work
- Jenkins material theme for the inspiration and original work
- 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
- canon-jenkins for the base theme
- @Heldroe for Firefox and Microsoft support