Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
I'll try it.
Thanks Ron

Regards


2016-05-02 19:53 GMT+02:00 Ron :

> $ sudo sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g'
> /usr/share/themes/Ambiance/gtk-2.0/gtkrc
> $ sudo sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g'
> /usr/share/themes/Ambiance/gtk-2.0/gtkrc
>
> restart app
>
> 2016-05-02 19:14 GMT+02:00 Jorge Carrión :
> >  doesn't work. I've even tried to close the IDE and delete de
> > .config/gambas3/gambas.conf but still appearing the original system
> > colors...
> >
> >
> >
> > 2016-05-02 19:06 GMT+02:00 Benoît Minisini  >:
> >
> >> Le 02/05/2016 19:04, Jorge Carrión a écrit :
> >> > I've changed the colors of the desktop theme and the default colors of
> >> > gambas (color.foreground,color.lightbacground, etc. etc.) are not
> >> changed.
> >> >
> >> > Where are they taken from? Someone can tells ir me, please?
> >> >
> >> > Thanks in advance.
> >> >
> >> > Regards
> >>
> >> They are not updated in real-time. You must restart the program.
> >>
> >> --
> >> Benoît Minisini
> >>
> >>
> >>
> --
> >> Find and fix application performance issues faster with Applications
> >> Manager
> >> Applications Manager provides deep performance insights into multiple
> >> tiers of
> >> your business applications. It resolves application problems quickly and
> >> reduces your MTTR. Get your free trial!
> >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
Ok. I undestand. Thanks Benoit.



2016-05-02 20:20 GMT+02:00 Benoît Minisini :

> Le 02/05/2016 19:14, Jorge Carrión a écrit :
> >  doesn't work. I've even tried to close the IDE and delete de
> > .config/gambas3/gambas.conf but still appearing the original system
> > colors...
> >
>
> Gambas IDE uses QT. If you use a GTK+-based system that does not care
> with QT, it's normal...
>
> --
> Benoît Minisini
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] System Colors

2016-05-02 Thread Benoît Minisini
Le 02/05/2016 19:14, Jorge Carrión a écrit :
>  doesn't work. I've even tried to close the IDE and delete de
> .config/gambas3/gambas.conf but still appearing the original system
> colors...
>

Gambas IDE uses QT. If you use a GTK+-based system that does not care 
with QT, it's normal...

-- 
Benoît Minisini

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] System Colors

2016-05-02 Thread Ron
$ sudo sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g'
/usr/share/themes/Ambiance/gtk-2.0/gtkrc
$ sudo sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g'
/usr/share/themes/Ambiance/gtk-2.0/gtkrc

restart app

2016-05-02 19:14 GMT+02:00 Jorge Carrión :
>  doesn't work. I've even tried to close the IDE and delete de
> .config/gambas3/gambas.conf but still appearing the original system
> colors...
>
>
>
> 2016-05-02 19:06 GMT+02:00 Benoît Minisini :
>
>> Le 02/05/2016 19:04, Jorge Carrión a écrit :
>> > I've changed the colors of the desktop theme and the default colors of
>> > gambas (color.foreground,color.lightbacground, etc. etc.) are not
>> changed.
>> >
>> > Where are they taken from? Someone can tells ir me, please?
>> >
>> > Thanks in advance.
>> >
>> > Regards
>>
>> They are not updated in real-time. You must restart the program.
>>
>> --
>> Benoît Minisini
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
 doesn't work. I've even tried to close the IDE and delete de
.config/gambas3/gambas.conf but still appearing the original system
colors...



2016-05-02 19:06 GMT+02:00 Benoît Minisini :

> Le 02/05/2016 19:04, Jorge Carrión a écrit :
> > I've changed the colors of the desktop theme and the default colors of
> > gambas (color.foreground,color.lightbacground, etc. etc.) are not
> changed.
> >
> > Where are they taken from? Someone can tells ir me, please?
> >
> > Thanks in advance.
> >
> > Regards
>
> They are not updated in real-time. You must restart the program.
>
> --
> Benoît Minisini
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] System Colors

2016-05-02 Thread Benoît Minisini
Le 02/05/2016 19:04, Jorge Carrión a écrit :
> I've changed the colors of the desktop theme and the default colors of
> gambas (color.foreground,color.lightbacground, etc. etc.) are not changed.
>
> Where are they taken from? Someone can tells ir me, please?
>
> Thanks in advance.
>
> Regards

They are not updated in real-time. You must restart the program.

-- 
Benoît Minisini

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
I've changed the colors of the desktop theme and the default colors of
gambas (color.foreground,color.lightbacground, etc. etc.) are not changed.

Where are they taken from? Someone can tells ir me, please?

Thanks in advance.

Regards
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user