Code::Blocks Forums

User forums => Help => Topic started by: ordak on January 27, 2018, 01:59:56 pm

Title: Function list color
Post by: ordak on January 27, 2018, 01:59:56 pm
Hi,

my function names list in C::B turned to be dark. Now I can hardly see the set.
OS:Ubuntu
SVN:11246
Title: Re: Function list color
Post by: oBFusCATed on January 27, 2018, 02:05:23 pm
What? We need a better explanation of the problem...
Title: Re: Function list color
Post by: ordak on January 27, 2018, 02:23:54 pm
What? We need a better explanation of the problem...

Let's hope this attachment would help.
Title: Re: Function list color
Post by: oBFusCATed on January 27, 2018, 07:25:04 pm
ordak: Which ubuntu are you using?
Title: Re: Function list color
Post by: ordak on January 28, 2018, 10:55:05 am
ordak: Which ubuntu are you using?

Code
Description:	Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial

Title: Re: Function list color
Post by: ordak on January 29, 2018, 02:52:23 pm
You can configure ubuntu theme color

Example:
http://www.webupd8.org/2012/09/customize-gtk3-gtk2-theme-colors-using.html
https://askubuntu.com/questions/452935/how-to-change-theme-colors

As far as I can remember, this wrong color problem has just recently happened only in C::B . So I want to see If I can go back and read functions list properly. BTW unfortunately same has occurred for  <global> too.
Title: Re: Function list color
Post by: oBFusCATed on January 29, 2018, 08:38:35 pm
BTW unfortunately same has occurred for  <global> too.
Then most probably your gtk theme is broken. We're not doing anything with the choice controls in the code-completion toolbar.
Title: Re: Function list color
Post by: ordak on January 30, 2018, 09:06:25 am
The previous given screenshot was from gtk theme "Ambiance". For now I have two other themes. One is "Highcontrast". Note the unusable choice control.
Title: Re: Function list color
Post by: oBFusCATed on January 30, 2018, 07:12:19 pm
Are you talking about the missing choice control?
Title: Re: Function list color
Post by: ordak on January 31, 2018, 12:51:29 pm
Are you talking about the missing choice control?

If I understand you, the empty choice control in Highcontrast theme. BTW the third GTK theme Radiance appears to show C::B well.
Title: Re: Function list color
Post by: oBFusCATed on January 31, 2018, 07:27:47 pm
I don't understand your last post.
Next to the <global> choice control (combobox/dropdown/etc) should be another control, but in your screenshot is missing.
Are you talking about this problem?

For me everything works fine in ubuntu 17.04... I don't have 16.04 to test at the moment...
Title: Re: Function list color
Post by: ordak on February 01, 2018, 10:04:21 am
I don't understand your last post.
Next to the <global> choice control (combobox/dropdown/etc) should be another control, but in your screenshot is missing.
Are you talking about this problem?

For me everything works fine in ubuntu 17.04... I don't have 16.04 to test at the moment...

I am writing about the drop-down not working well.

In the screenshot with default GTK theme "Ambiance", look at the functions specifications. They have grey color, and for me, very hard to read.

In screenshot with GTK theme "Highcontrast", the drop-down seems to work well for me now.
Title: Re: Function list color
Post by: oBFusCATed on February 01, 2018, 10:31:54 am
This one is totally controlled by the gtk theme. We don't change its colours and we cannot do much...