During Rust development, some rs files are significantly 'dimmed' in the editor

I have sight problems, so how ‘bright’ the editor window is and how ‘clear’ the colors work with each other are critical. I have picked a good theme, and in some rust (.rs) files the colors are great, but in other rs files the whole editor pane is dimmed for no aparent reson, making the cursor IDE unuseable.

So main.rs is correct, and store.rs is dimmed (and I cant work with it)
NOTE: both files are in the src directory and have the .rs extension

Does anyone know whats going on, and if they do how do I fix it

Hey, it seems this issue is related to the rust-analyzer extension. There’s a discussion thread where you might find something useful.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.