Thread: Wrong colors in data view when running inverse color Gnome theme

Wrong colors in data view when running inverse color Gnome theme

From
Jonatan Wallmander
Date:
Hello,

I'm running pgadmin 3 on X11 / gnome.
When I use a theme with inversed colors I get white text on white 
background in the data grid view.
PGAdmin follows the theme in text color, but not grid background color.

The SQL view pane in the main gui is forcing its colors for instance... 
That's OK.

My suggestion is: - Follow the theme - Or: Force the color of the text, don't follow the theme with the 
text and not with the background.

Thank you for great software!

Regards,
Jonatan Wallmander


Re: Wrong colors in data view when running inverse color Gnome theme

From
"Dave Page"
Date:
On Feb 12, 2008 12:51 PM, Jonatan Wallmander <jonatan@vovoid.com> wrote:
> Hello,
>
> I'm running pgadmin 3 on X11 / gnome.
> When I use a theme with inversed colors I get white text on white
> background in the data grid view.
> PGAdmin follows the theme in text color, but not grid background color.
>
> The SQL view pane in the main gui is forcing its colors for instance...
> That's OK.
>
> My suggestion is:
>   - Follow the theme
>   - Or: Force the color of the text, don't follow the theme with the
> text and not with the background.

pgAdmin doesn't play with any colours - thats entirely down to
wxWidgets I'm afraid.

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company


Re: Wrong colors in data view when running inverse color Gnome theme

From
Jonatan Wallmander
Date:
Dave Page wrote:
> On Feb 12, 2008 12:51 PM, Jonatan Wallmander <jonatan@vovoid.com> wrote:
>   
>> Hello,
>>
>> I'm running pgadmin 3 on X11 / gnome.
>> When I use a theme with inversed colors I get white text on white
>> background in the data grid view.
>> PGAdmin follows the theme in text color, but not grid background color.
>>
>> The SQL view pane in the main gui is forcing its colors for instance...
>> That's OK.
>>
>> My suggestion is:
>>   - Follow the theme
>>   - Or: Force the color of the text, don't follow the theme with the
>> text and not with the background.
>>     
>
> pgAdmin doesn't play with any colours - thats entirely down to
> wxWidgets I'm afraid.
>
>   
Ah, bummer.. I'll dig a bit in that code then, see what I can come up with..

/jaw