Skip to content

Instantly share code, notes, and snippets.

@Mab879
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mab879/e99186b5d9451b20a785 to your computer and use it in GitHub Desktop.
Save Mab879/e99186b5d9451b20a785 to your computer and use it in GitHub Desktop.
My Eclipse tweak Guide

Eclipse Tweak Guide

1. Turn on dark mode

Go To Window > Preferences > Appearance Then theme select Dark

2. Set Dark mode colors

There are some settings that can be changed only from the Eclipse Preferences window and that override the theme's settings by default:

  • Change the colors for Content Assist:

Go to Window > Preferences > General > Appearance > Colors and Fonts then change the colors for Basic > Content Assist background color and Basic > Content Assist foreground color (eg. foreground color: #DDD, background color: #333);

  • Change the colors for Console:

Go to Window > Preferences > Run/Debug > Console and modify the colors as you like (eg. Standard Out text color: #DDD, Background color: #333);

  • Change the colors for Javadoc:

Go to Window > Preferences > General > Appearance > Colors and Fonts then change the colors for Java > Javadoc view background. Note that the foreground color cannot be changed and depends on system font color.

(taken from the eclipse-ui-theme project)

3. Import a new color theme

This theme is based off of Railscasts and looks letter than the default.

4. Turn down the autocomplete wait period

Go to Window > Preferences > Java > Editor > Content Assist > Auto-Activation

From Software Will Save Us

5. Give Eclipse more RAM

In your shortcut for eclipse add -Xmx2096m at the end to increase the java heap size for eclipse to 2GB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment