0

Screenshot of some Java code in TextMate

How do I make my Eclipse editor look something like this? I'm kind of annoyed by the default layout:

enter image description here

Jeroen Vannevel
  • 43,651
  • 22
  • 107
  • 170
goodcow
  • 4,495
  • 6
  • 33
  • 52

2 Answers2

1

i hope i understood you right! The following guide schould help you putting the UI in your prefered colourscheme:

Manually:

bg colour: goto Windows>Preferences>General>Editors>Text Editors Browse and seleczt the Appearance color options (e.g.black) ( pay attention and uncheck the default box!)

font: goto Windows>Preferences>General>Appearance>Colors and Fonts Java>Java Editor> Text font--select a font from a list

text colour: goto Java>Editor>Syntax Colouring select the java element of your choice and change the colour;

save your settings and there you go!

on Linux you find everything under System/Preferences/Appeareance

AUTOMATICALLY: goto http://eclipsecolorthemes.org/ and take your choice ;)

LPH
  • 1,275
  • 9
  • 16
0

Go to Window -> Preferences.

Enter Text Editor in the search box.

In text editor you can enter you desired colors.

Additinal colors can be configured in fonts and colors preferences section

jny
  • 8,007
  • 3
  • 37
  • 56