Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make eclipse Syntax Coloring exact as visual studio Syntax Coloring

Don't ask me why but I want to make eclipse Syntax Coloring exact as visual studio 2010 standard C# Syntax Coloring. I know where to change it in eclipse but I can't get the color codes right. Where can I find the visual studio standard C# Syntax Coloring color code to apply to eclipse?

Do you know any template that may already do so?

like image 990
iCode Avatar asked Jul 11 '12 06:07

iCode


People also ask

How do I change the color of syntax in Visual Studio?

Here's how to change it to a different color theme. On the menu bar, select Tools > Options. In the options list, select Environment > General. In the Color theme list, choose between the default Dark theme, the Blue theme, the Blue (Extra Contrast) theme, and the Light theme.

Does Eclipse have syntax highlighting?

The color and font settings can be configured from the Syntax Coloring preferences page, accessed from Window | Preferences | PHP | Editor | Syntax Coloring. Note: Syntax Coloring will also be available for JavaScript elements if JavaScript support was enabled for the project.


1 Answers

A quick Web search turns up the Visual Studio styles on eclisecolorthemes.org.

There are instructions on the site on how to apply the theme.

like image 62
seanhodges Avatar answered Oct 27 '22 00:10

seanhodges