Color java code the way it is colored in eclipse

There are a lot of plugins that color code. But most java developers work with Eclipse and Eclipse has a very specific way of coloring code.

Is there a plugin that colors code exactly the same way Eclipse does?

Related posts

Leave a Reply

2 comments

  1. The majority of the Syntax Highlight plugins work in a way that they create divs,spans with classes styled by css and you can simply overwrite that style with your own css to match the eclipse colors.

    Update

    turns out someone has done the job for you, take a look at SyntaxHighlighter Evolved which has an eclipse theme.

  2. This looks promising:
    http://google-code-prettify.googlecode.com/svn/trunk/README.html

    They don’t have java yet, but plan to. Also their coloring scheme looks close to what I want