jenkinsci / dark-theme-plugin

Jenkins Dark Theme
https://plugins.jenkins.io/dark-theme/
MIT License
71 stars 37 forks source link

Use Jenkins colour palette for Prism instead of `tomorrow` #499

Closed janfaracik closed 4 months ago

janfaracik commented 4 months ago

Following https://github.com/jenkinsci/prism-api-plugin/pull/161 it's no longer necessary for Jenkins themes to declare what theme Prism should use. This is due to the default Prism theme now using the default Jenkins colour palette for its colours, meaning that as long as themes override them Prism will pick them up automatically.

Before image

After image

Testing done

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue