color sceme: other windows

General questions regarding the usage of CodeLite
User avatar
kspes
CodeLite Enthusiast
Posts: 41
Joined: Sat Jan 30, 2010 2:18 am
Genuine User: Yes
IDE Question: C++
Contact:

color sceme: other windows

Post by kspes »

I'd like to change the output window and Workspace view colors (I prefer a black background) but in color settings I can only change the editor's colors; is there a way to do this?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: color sceme: other windows

Post by eranif »

No. And IMO, we should not attempt to do this.
It should be using the default system colours

On LInux there is a bug in wxWidgets that some controls do not honor the system colors (they (the wx devs) are aware of it, and AFAIK there is a fix for this in wx-2.9)

Note that codelite only uses the stable releases of wxWidgets (wx2.4, wx-2.6, wx-2.8 etc) the current release out there is 2.9 - which is considered a development build.

Eran
Make sure you have read the HOW TO POST thread
CALLm151
CodeLite Curious
Posts: 1
Joined: Tue Sep 07, 2010 5:12 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: color sceme: other windows

Post by CALLm151 »

... but the CodeLite get background color from windows color scheme, but the foreground color is fixed to BLACK!
I think this is a mistake!
Post Reply