Make eclipse Coloring Syntax Accurate as Visual Studio Syntax Coloring

Do not ask me why, but I want to make the eclipse coloring syntax accurate, like Visual Studio 2010 C # Coloring Syntax. I know where to change it in eclipse, but I cannot get the color codes correctly. Where can I find the standard C # color syntax color code for visual studio that applies to eclipse?

Do you know any template that can already do this?

+5
source share
1 answer

A quick web search includes Visual Studio styles at eclisecolorthemes.org .

instructions on the site on how to apply the topic.

+9
source

All Articles