Any contributions to the dark theme and compatibility are welcome! And thanks to all contributors!
We are also looking for early adopters and testers who are interested to try out the theme and to provide feedback.
We have a demo with a pre-configured Docker image you can use for trying out the Dark theme. You can find it here.
Start the theme plugin with mvn hpi:run
You will get a development instance of Jenkins running on port 8080
Any changes you make to the theme CSS file will be reflected after refreshing the page, no need to restart Jenkins.
- Run Jenkins from a pull request
docker run --rm -ti -p 8080:8080 -e ID=4752 jenkins/core-pr-tester
- Install the Simple Theme Plugin
- Add the theme CSS from this repository to the instance
- You can use the jsdeliver CDN to pull it directly from GitHub: https://cdn.jsdelivr.net/gh/jenkinsci/dark-theme@master/src/main/resources/io/jenkins/plugins/darktheme/theme.css
More detailed testing guidelines are coming soon!
Please report the discovered compatibility issues and any suggestions using the GitHub Issues in this repository. We will triage the issues and, if needed, help with creating issues to the Jenkins core and/or plugins.
The pre-configured Docker image can be also used for development purposes. You can find the guide here.