intellij-visual-studio-code-dark-plus icon indicating copy to clipboard operation
intellij-visual-studio-code-dark-plus copied to clipboard

C# text colors wrong

Open Compusa opened this issue 5 years ago • 8 comments

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 Rider

VS Code VSCode

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

Compusa avatar Feb 29 '20 16:02 Compusa

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

samdark avatar Mar 01 '20 09:03 samdark

Overall you can't achieve exactly the same colors but some tweaks for specific language are definitely possible.

samdark avatar Mar 01 '20 09:03 samdark

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?

Compusa avatar Mar 02 '20 10:03 Compusa

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.

samdark avatar Mar 02 '20 12:03 samdark

@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

samdark avatar Jun 16 '20 23:06 samdark

Here is my customized icls. It is more like Visual Studio. But maybe it is of any help :)

Visual_Studio_Code_Dark_Plus.txt

Code-Chops avatar Aug 19 '22 08:08 Code-Chops

@Code-Chops do you mean visual studio or vscode?

samdark avatar Aug 19 '22 09:08 samdark

I mean VS (not code).

Code-Chops avatar Aug 19 '22 10:08 Code-Chops