Page 1 of 1

Color of Display Variable Dialog

Posted: Mon Jun 28, 2010 4:55 pm
by fnar
CodeLite version: v2.5.3.4075
Operating system: Ubuntu 10.04


I can't find a way to change the colors of the Display Variable Dialog when debugging.

The standard colors are black background, with white letters for the main variable (ok) and dark grey for all the members if it is a struct (very hard to see on black).
Is there some setting in CodeLite to change this, or are these some kind of linux theme colors?

Re: Color of Display Variable Dialog

Posted: Mon Jun 28, 2010 4:59 pm
by eranif
Can u post a screen shot?

Eran

Re: Color of Display Variable Dialog

Posted: Tue Jun 29, 2010 9:55 am
by fnar
screencap.png

Re: Color of Display Variable Dialog

Posted: Tue Jun 29, 2010 3:41 pm
by evstevemd
Isn't it a caused by system theme. Have you tried to change theme?
Which OS do you run on?

Re: Color of Display Variable Dialog

Posted: Wed Jun 30, 2010 5:53 pm
by fnar
fnar wrote:CodeLite version: v2.5.3.4075
Operating system: Ubuntu 10.04

I played around with the theme settings. The only thing that changes is the window border and the color of the main variable. The color of the background always is black, the color of the struct members is always dark grey.

Re: Color of Display Variable Dialog

Posted: Wed Jun 30, 2010 6:36 pm
by eranif
I just upgraded to 10.04 today and I will look at it - from the first look, it seems like the 'tooltip' background color in the default theme is black - and this causes the problems.

I will change it

Eran

Re: Color of Display Variable Dialog

Posted: Thu Jul 01, 2010 9:51 am
by eranif
Fixed in SVN trunk (it is now uses the default tip text color)

Eran

Re: Color of Display Variable Dialog

Posted: Thu Jul 01, 2010 3:22 pm
by fnar
Thanks again for the fast fix.