jenkins-neo-theme
                                
                                
                                
                                    jenkins-neo-theme copied to clipboard
                            
                            
                            
                        A modern flat theme for Jenkins
jenkins-neo-theme
Beautify your Jenkins with the a modern flat theme!
NOTE: This project has moved into https://github.com/jenkins-contrib-themes/jenkins-neo-theme
So you love Jenkins but hate its ugly user interface and icons... Me too! Introducing Jenkins Neo Theme.
This started as a fork to jenkins-material-theme, but changed mostly to use a flat and minimalistic design.
Features
- Just one small css file (35K)
 - Embed minified SVG images
 - Multiple ways to install
 
Screenshots
   
   
    
Installation
Using this GitHub page
- 
Install Jenkins Simple Theme Plugin
 - 
Click
Manage Jenkins - 
Click
Configure Systemand scroll down toTheme - 
Specify the URL for
http://aarjithn.github.io/jenkins-neo-theme/dist/neo-light.css. - 
Click
Save 
Using your Jenkins Hosting
- 
Upload the file
http://aarjithn.github.io/jenkins-neo-theme/dist/neo-light.cssto your web server - 
Follow the steps of the previous method using your uploaded file as URL in step 4
 
Using Stylish (only you will be able to see the awesome theme)
- 
Install the Stylish Chrome extension
 - 
Copy the content of the file
http://aarjithn.github.io/jenkins-neo-theme/dist/neo-light.css - 
Go to Stylish options and click in
Write new style - 
Paste the theme css in the code box
 - 
Click in
Specifyand set your jenkins domain - 
Click in
Save - 
Go to your Jenkins website and enable the theme in the Stylish Chrome toolbar icon
 
Development
CSS file are minified and compressed with Grunt. To prepare the environment:
npm install
grunt
This will generate the following file:
- dist/neo-light.css
 - dist/neo-dark.css
 
** Note: Theme neo-dark is WIP **
Compatibility
- 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!
License
http://aarjithn.mit-license.org/
##Thanks to
- 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
 - Stylish for making the test of new versions easy
 - canon-jenkins for the base theme
 - @Heldroe for Firefox and Microsoft support