It is currently Sat Jul 06, 2024 8:11 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Theme problem
PostPosted: Fri Mar 18, 2016 6:30 pm  (#1) 
Offline
New Member

Joined: Mar 18, 2016
Posts: 3
GIMP Version: 2.8.14
Operating System: Mac OS
OS Version: 10.11.3
GIMP Experience: Basic Level

List any relevant plug-ins or scripts:
a theme named "Pro"



I don't know if this is the right section but it says "Gimp Help" and I need help with Gimp so...

I've downloaded some themes for Gimp but trying them I found out that a normal theme doesn't work completely in Gimp on a Mac. There are some things that I suppose are handled by the Linux gtk theme and not by the Gimp theme and so on a Mac they are left out and are not themed at all and so in a dark theme there are white panels that nothing have to do with the theme itself.
So I edited one of those almost-theme, a dark one, to try to make it work and I solved most of the problems but now I found a problem stronger than me.
I have the lists of comboboxes that have the same color for the text and the background... as you can imagine this create a little problem when you have to make choices with a combobox...
And thus I'm asking you my dear new friends if there are someone among you that know how to style the combobox items list in the gtkrc file of the theme


Attachments:
File comment: nice and clear isn't it?
nice_combobox.png
nice_combobox.png [ 124.56 KiB | Viewed 3821 times ]
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Theme problem
PostPosted: Fri Mar 18, 2016 7:08 pm  (#2) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7746
Location: On the other side of this screen
Love to help but I use Windows. There are a couple here who use Mac who may be able to help :)

_________________


Top
 Post subject: Re: Theme problem
PostPosted: Fri Mar 18, 2016 8:34 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
If I understand correctly, you need to be able to see the text... yes? Others may be able to lead you better than I but, I think you would open the gtkrc of the theme you're working on with TextEdit and look in the "style" where text is defined and change to the colors that would suit your theme. My theme's text colors are:

Image

If I've misunderstood, my apologies.

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Top
 Post subject: Re: Theme problem
PostPosted: Sat Mar 19, 2016 4:30 am  (#4) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
It's difficult to understand if the problem is due to something you have done, or if it's due to your window manager.

However, with a bit of experimenting:
Attachment:
Untitled.png
Untitled.png [ 56.06 KiB | Viewed 3711 times ]


Using this styling:
style "combo-menu-style"
{
     base[NORMAL]   = "grey"    # background of unselected items
     base[ACTIVE]   = "green"   # background of selected items
     text[NORMAL]   = "blue"    # foreground of unselected items
     text[ACTIVE]   = "yellow"  # foreground of selected items
}

widget "*combo*" style "combo-menu-style"


Kevin


Top
 Post subject: Re: Theme problem
PostPosted: Sat Mar 19, 2016 8:07 am  (#5) 
Offline
New Member

Joined: Mar 18, 2016
Posts: 3
Guys thank you all!!!
the right solution is the one from Kevin (thank you very much Kevin)
I've been fooled from the GtkComboBox widgetclass that was in the gtkrc file but when I tried to change it nothing happens, well it was the combo widget the one tha has to be styled that wasn't in the gtkrc file at all.

And so thank you very much to all of you again ;)


Top
 Post subject: Re: Theme problem
PostPosted: Sat Mar 19, 2016 11:39 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
d0k0, so glad you asked the question; it helps all us mac users.

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Top
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Theme

27

No new posts Creating GIMP icon theme

1

No new posts Creating GIMP icon theme

1

No new posts Theme selector conflicts with Beautify's border options

2

No new posts How do I change context menu text color in my theme?

0



* Login  



Powered by phpBB3 © phpBB Group