intellij-visual-studio-code-dark-plus
intellij-visual-studio-code-dark-plus copied to clipboard
C# text colors wrong
What the issue is?
The text color scheme in this plug is not similar to the VS Code Dark+ (default) color scheme. The using, constructor, if and return statements uses another color than specified by keyword. I really love this theme, and it would be top notch if we could solve this.
Screenshots
Rider
VS Code
How would you fix it?
Don't really know how to fix it, any advice or help appreciated.
Additional info
Q | A |
---|---|
Plugin Version | 1.9 |
IDE and version | Rider 2019.3 |
Operating system | Mac OS |
You can adjust the schema in Settings -> Editor -> Color Scheme -> C# (or whatever it's called). Then export it in .icls
. That would give you XML to merge into https://github.com/samdark/intellij-visual-studio-code-dark-plus/blob/master/resources/visual_studio_code_dark_plus.xml
See https://github.com/samdark/intellij-visual-studio-code-dark-plus/pull/16
Overall you can't achieve exactly the same colors but some tweaks for specific language are definitely possible.
Thank for the response. Yes, I was able to make som modifications. But I'm not able to differentiate keywords, i.e. not able to make if
and return
pink, for instance. I guess this is a limitation of the Rider IDE?
Yeah. It can't be exactly the same since Rider / IntelliJ has different set of things we are able to colorize than VS Code. But, at least, we can make it closer / better.
@Compusa in case you've adjusted the scheme for yourself, it would be great if you'll share the color scheme. See https://github.com/samdark/intellij-visual-studio-code-dark-plus/blob/master/.github/CONTRIBUTING.md#code-highlighting
Here is my customized icls. It is more like Visual Studio. But maybe it is of any help :)
@Code-Chops do you mean visual studio or vscode?
I mean VS (not code).