Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there an easy way to import a black-on-white color scheme in Eclipse

Tags:

java

eclipse

ide

Visual Studio has a way to import, export your color settings.

Does Eclipse have something similar?

I'm looking for the "perfect" color scheme in Eclipse that's easiest on the eyes. For me, that simply means a black background (so I'm not staring into a bright light bulb all day).

Thanks

like image 837
Aaron Fi Avatar asked Jan 26 '09 05:01

Aaron Fi


People also ask

How do I invert colors in Eclipse?

Go to Window > Preferences, and then choose General > Editors > Text Editor. At the bottom of that dialog you'll see a section titled "Appearance color options" where you can select "Background color" from the list and then uncheck "System default" and choose a color from the color picker above.

How do I change colors in Eclipse?

To change the color theme in your editor: Go to Window | Preferences | General | Appearance | Color Theme. The list of available Eclipse color themes is displayed.

How do I change my appearance in Eclipse?

How to Change Eclipse Color Theme? Step 10: Click on the Window menu and select the Preferences option. It opens the Preferences window. Step 11: in the left panel, select General -> Appearance -> Color Theme.

How do I change the highlight color in Eclipse?

Under Preferences->General->Colors and Fonts, select "Match background highlight" and edit/reset the colour.


1 Answers

The simplest way is to change all the colors from the preferences, and then save these so they can be reused by others eclipse sessions (or in other workspaces).

Afae window

So a good start is to go to preferences->Editors->Text Editors.

Then go towards the bottom half and you should see "Appearance color options", select "Background", uncheck "System Default" and you can pick the color you want.

like image 116
VonC Avatar answered Oct 27 '22 02:10

VonC