Changing selected file color in Solution Explorer
How does one change selected file (background) color in Solution Explorer? I'm trying to use Solarized Light theme and it has no background color - selected file is not highlighted in Solution Explorer which is quite annoying. Browsing through settings there is no obvious choice, at least not to me.
TIA.
Please sign in to leave a comment.
Hi Miha!
Could you please add a screenshot of how it looks for you?
I'm not sure it is possible to change this colour outside of the colour scheme settings, but you can report it to the theme developers anytime.
Never mind the squiggle line.
With (working) Light theme
With Solarized Light
The selected file emphasis is really subtle. I thought I could override this setting somehow, but if it is not possible than I guess I'll contact the developer.
What Rider version and OS do you use?
In Rider 2024.3 with the latest plugin version, I see it like this:
Yeah, I'm looking at the other Solarized Theme from Subtheme. But I guess I could use this one instead. It's latest stable Rider and Windows 10, but it behaves the same on macOS.
As this is an open-source theme, I think you can edit some colors directly in the code.
I suppose this file contains the list of colors, and you need to customize the very first UI block:
I guess so, but then I have to build the theme and everything. But yes, that's certainly one way to solve it.