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?
Color of Display Variable Dialog
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Fri Jun 18, 2010 1:52 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Color of Display Variable Dialog
Can u post a screen shot?
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Color of Display Variable Dialog
Isn't it a caused by system theme. Have you tried to change theme?
Which OS do you run on?
Which OS do you run on?
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- 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
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Color of Display Variable Dialog
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
I will change it
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Color of Display Variable Dialog
Fixed in SVN trunk (it is now uses the default tip text color)
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
Thanks again for the fast fix.