views:

48

answers:

3

I'm encouraged to use a Linux box at work, so I'm using Eclipse for my coding. The default black on white theme is horrible, in my opinion. Is there any way I can get Twilight-style syntax coloring (for Javascript) in Eclipse?

A: 

You can download a twilight theme for eclipse here:

https://the30minutesblog.wordpress.com/2010/05/14/twilight-color-theme-for-eclipse-ide/

It definitly works for the Java editor, but I havent tried for JS.

It probably depends on which JS plugin you are using.

Matt
That theme seems to work only with Java. Breaks [horribly](http://imgur.com/bHHqX.png) with JavaScript.
tta
A: 

Change the Preferences under Window->Preferences, then choose General->Editor->Text Editors and select the colors you prefer at the bottom of that page.

Thariama
A: 

Aptana Studio 3 has some excellent Textmate style features, including the Twilight theme.

Dean Burge