Change the color of the Eclipse window

I have been using Eclipse for a while, since we need it to work in a class to work with xml files.

I am rather a fan of using a dark background, as I find it easier on the eyes.
I found this section on how to change the theme in Eclipse, but it only changes the color scheme in the encoding window.

Is there a way to change the entire color scheme for the entire program (sidebars, background color, foreground color ...) in Eclipse, as in Visual Studio?

offtopic: i want to do the same in netbeans

EDIT: it finally worked, but my color scheme is s * cks.
Does anyone have a good outline that I can use, or some CSS file that I can import?
It would be great if it matched any dark color theme (Monokai, NightLion Aptana, Oblivion, Obsidian, Pastel, RecognEyes, Sublime Text 2, Sunburst, Wombat or zenburn theme). Looking at this list, I notice that many topics are dark. It’s a pity that the program itself does not have one (unless the Chrome theme changes everything by itself)

+4
source share
2 answers

If you use Eclipse 4, you can use the Eclipse 4 Chrome theme to style everything in the program using CSS (or properties for the most used user interface elements).

+4
source

Many colors can be customized using Settings> General> Appearance> Colors and Fonts. For things that are not configured there, they are controlled by the color settings of the tour operating system.

+2
source

Source: https://habr.com/ru/post/1441991/


All Articles