Color of Display Variable Dialog

General questions regarding the usage of CodeLite
fnar
CodeLite Enthusiast
Posts: 17
Joined: Fri Jun 18, 2010 1:52 pm
Genuine User: Yes
IDE Question: C++
Contact:

Color of Display Variable Dialog

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Color of Display Variable Dialog

Post by eranif »

Can u post a screen shot?

Eran
Make sure you have read the HOW TO POST thread
fnar
CodeLite Enthusiast
Posts: 17
Joined: Fri Jun 18, 2010 1:52 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Color of Display Variable Dialog

Post by fnar »

screencap.png
You do not have the required permissions to view the files attached to this post.
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Color of Display Variable Dialog

Post by evstevemd »

Isn't it a caused by system theme. Have you tried to change theme?
Which OS do you run on?

CodeLite 15.x
CodeLite is awesome, I just Love it!

fnar
CodeLite Enthusiast
Posts: 17
Joined: Fri Jun 18, 2010 1:52 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Color of Display Variable Dialog

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Color of Display Variable Dialog

Post 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
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Color of Display Variable Dialog

Post by eranif »

Fixed in SVN trunk (it is now uses the default tip text color)

Eran
Make sure you have read the HOW TO POST thread
fnar
CodeLite Enthusiast
Posts: 17
Joined: Fri Jun 18, 2010 1:52 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Color of Display Variable Dialog

Post by fnar »

Thanks again for the fast fix.
Post Reply