Make jenkins looks better with Material Design Icon.
- Replace icons by Material Design Icon
- Remove all border radius
- Fix some vertical align(partly)
- Button style from afonsof/jenkins-material-theme
- Syntax Highlight theme from afonsof/jenkins-material-theme
- Install Simple Theme Plugin
- Click
Manage Jenkins
- Click
Configure System
and scroll down toTheme
- Add a
Javascript URL
with valuehttps://cdn.rawgit.com/fthmko/jenkins-theme/userContent/theme.js
- Add a
CSS URL
with valuehttps://cdn.rawgit.com/fthmko/jenkins-theme/userContent/theme.css
- Add a
CSS URL
with valuehttps://cdn.jsdelivr.net/npm/@mdi/font@5.5.55/css/materialdesignicons.min.css
Save
and Refresh your browser
- Download this repo and upload files under
userContent
to your host's$JENKINS_HOME/userContent
- Download Material Design Icon (version 5.5.5) and upload files to your host's
$JENKINS_HOME/userContent
- Follow the previous method steps and change the URLs to your own
Just test on my own:
- Jenkins 2.235.4
- Chrome 84