jetbrains icon indicating copy to clipboard operation
jetbrains copied to clipboard

Missing color for the search result highlights on scrollbar

Open EgorBakanov opened this issue 1 year ago • 3 comments

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 Catppuccin Mocha

Dark Dark

What IDE(s) are you seeing the problem on?

JetBrains Rider 2024.2.6

Any additional comments?

No response

EgorBakanov avatar Oct 10 '24 06:10 EgorBakanov

This is a dupe of #166

kjnsn avatar Oct 10 '24 08:10 kjnsn

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

EgorBakanov avatar Oct 15 '24 08:10 EgorBakanov

Happy to accept a PR for this, I don't have the time to look at this repository at the minute.

sgoudham avatar Oct 27 '24 22:10 sgoudham