Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - Change Console background color

I applied a theme for eclipse, where the Console's background color is to dark.

If I want to change it by right clicking on the Console -> preferences -> background color the new Color doesnt get applied. Is there a way to apply a new BG Color even when using a theme?

Thanks!

like image 378
Aurus Avatar asked Sep 28 '22 15:09

Aurus


2 Answers

I had a similar problem with luna. Didn't work with the dark 'theme' and similar dark 'color and font theme' - had to reset to classic under main preferences. Then right clicking from within the console does change to the selected colour. Maybe related to this recurring bug in eclipse.

like image 104
Andrew Avatar answered Oct 18 '22 07:10

Andrew


I got the mentioned bug too but after right clicking it was too dark for me since the text colour is black.

The settings for the console background colour are located here:

Eclipse:

Window -> Preferences

Preferences:

-> C/C++ -> Build -> Console

(probably a similar path applies to Java too)

Console:

-> Background color


There are also two other console background settings in: Preferences: -> C/C++ -> Debug -> GDB -> Console and in Run/Debug -> Console.

like image 41
holzkohlengrill Avatar answered Oct 18 '22 06:10

holzkohlengrill