jetbrains
jetbrains copied to clipboard
Missing color for the search result highlights on scrollbar
Is there an existing issue outlining your problem?
- [X] I have searched the existing issues and they do not solve my problem.
Have you followed the instructions in the the pinned issue?
- [X] I have followed the instructions in the pinned issue and they do not solve my problem.
Describe your problem.
Scrollbar does not display any highlights for search results in all Catppuccin theme flavours
Attach screenshots.
Catppuccin Mocha
Dark
What IDE(s) are you seeing the problem on?
JetBrains Rider 2024.2.6
Any additional comments?
No response
This is a dupe of #166
It turns out that this requires setting a separate ERROR_STRIPE_COLOR attribute to work:
https://github.com/dracula/jetbrains/blob/589a2b5616ba31b8a36bf38935529ae868732881/src/main/resources/themes/Dracula.xml#L1771-L1777
Happy to accept a PR for this, I don't have the time to look at this repository at the minute.