It is currently Fri Apr 19, 2024 5:30 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 87 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: gimp themes for 2.8
PostPosted: Sat Apr 14, 2012 12:12 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jun 04, 2011
Posts: 254
GIMP Version: 2.7/2.8
Operating System: Windows
OS Version: vista-sp1
GIMP Experience: Basic Level



does anyone know where to get themes for 2.8 rc? the theme i had don't work for the 2.8 version

thank in advance

_________________
Image


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: gimp themes for 2.8
PostPosted: Sat Apr 14, 2012 12:36 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
They will work they just work funny. (stuff vanishes and re appears on mouse over)
This is usually only the darker type themes though.
As far as i know you need to recompile the dll engines to work with Gimp-2.8 UI. :)

To fix that you need to dl the GTK src developers version tarball with GLADE and re-compile it with a working windows Gimp-2.8RC1 program that was compiled for windows and has the include files for libgimp.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Sat Apr 14, 2012 12:47 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jun 04, 2011
Posts: 254
Rod wrote:
They will work they just work funny. (stuff vanishes and re appears on mouse over)
This is usually only the darker type themes though.
As far as i know you need to recompile the dll engines to work with Gimp-2.8 UI. :)

To fix that you need to dl the GTK src developers version tarball with GLADE and re-compile it with a working windows Gimp-2.8RC1 program that was compiled for windows and has the include files for libgimp.

I have no idea how to do that rod

_________________
Image


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Sat Apr 14, 2012 1:56 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I am experimenting with a dll engine i have compiled today.
http://gnome-look.org/content/show.php?content=121881

Image

Equinox Evolution. This is supposed to be a heavily updated Aurora theme engine.
I can get the equinox themes to show in the theme dialog window (Gimp-Themes -v-1.0)
But they throw a gtk widget libgtkwin32-2.dll error each time i try and load one.

I will keep at it and see if i can get a working darker theme for Gimp-2.8.
Although if you wish, you can take my homemade gtkrc file in this code snippet, and just drop it in the USERFOLDER/.gimp-2.8 folder and just open it in Notepad and change the colors to your liking. :)

# Edit these colors and fonts however you like, after copying the file to
# another theme directory.
# This Theme is called NEON_BLUE_byRod

style "default"
{
  # Normal


  bg[SELECTED] = "#000000"
  base[SELECTED] = "#ff0000" # save image name text bg color
  base[INSENSITIVE] = "#181818" # bg opacity percentage area and save dialog bg area
  base[ACTIVE] = "#000000" #
  #
  fg[SELECTED] = "#000000"
  text[SELECTED] = "#ff0000" # layer name select text color
  text[INSENSITIVE] = "#ff0000" # save as dialog hi-lite text
  text[ACTIVE] = "#ff0000" # Active layer name text color - save dialog folder select text color



  bg[ACTIVE] = "#181818"  #dialog tab bg non-selected - button select bg - bg loading bar
  fg[ACTIVE] = "#417da2"

  bg[NORMAL] = "#000000" # interface bg - menu bg - dialog bg
  bg[PRELIGHT] = "#417da2" # loading bar color - menu bg hover color
  fg[PRELIGHT] = "#ffffff" # menu text hover color - button text hover color - non active menu items text color
  bg[INSENSITIVE] = "#181818" # button bg

  fg[NORMAL] = "#417da2" # menu text

  base[NORMAL]          = "#181818"     # list item background

  engine "cleanice"
  {
  }
}
widget_class "*" style "default"



You will need the libcleanice.dll file in the engines folder for it to work. :)
zipped and attached here.
Attachment:
libcleanice.zip [14.86 KiB]
Downloaded 766 times

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Sat Apr 14, 2012 2:09 pm  (#5) 
Offline
GimpChat Member

Joined: Oct 02, 2010
Posts: 106
GIMP Version: 2.7/2.8
Operating System: Windows
OS Version: Window7-sp1
GIMP Experience: Basic Level


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Sun Apr 15, 2012 5:24 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
So did the above gtkrc file work in the gimp-2.8RC1 version?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Tue Apr 17, 2012 4:59 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jun 04, 2011
Posts: 254
Rod wrote:
So did the above gtkrc file work in the gimp-2.8RC1 version?

so how do i do this again??? copy the code to the folder???

_________________
Image


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Thu May 03, 2012 2:26 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jun 04, 2011
Posts: 254
Rod wrote:
I am experimenting with a dll engine i have compiled today.
http://gnome-look.org/content/show.php?content=121881

Image

Equinox Evolution. This is supposed to be a heavily updated Aurora theme engine.
I can get the equinox themes to show in the theme dialog window (Gimp-Themes -v-1.0)
But they throw a gtk widget libgtkwin32-2.dll error each time i try and load one.

I will keep at it and see if i can get a working darker theme for Gimp-2.8.
Although if you wish, you can take my homemade gtkrc file in this code snippet, and just drop it in the USERFOLDER/.gimp-2.8 folder and just open it in Notepad and change the colors to your liking. :)

# Edit these colors and fonts however you like, after copying the file to
# another theme directory.
# This Theme is called NEON_BLUE_byRod

style "default"
{
  # Normal


  bg[SELECTED] = "#000000"
  base[SELECTED] = "#ff0000" # save image name text bg color
  base[INSENSITIVE] = "#181818" # bg opacity percentage area and save dialog bg area
  base[ACTIVE] = "#000000" #
  #
  fg[SELECTED] = "#000000"
  text[SELECTED] = "#ff0000" # layer name select text color
  text[INSENSITIVE] = "#ff0000" # save as dialog hi-lite text
  text[ACTIVE] = "#ff0000" # Active layer name text color - save dialog folder select text color



  bg[ACTIVE] = "#181818"  #dialog tab bg non-selected - button select bg - bg loading bar
  fg[ACTIVE] = "#417da2"

  bg[NORMAL] = "#000000" # interface bg - menu bg - dialog bg
  bg[PRELIGHT] = "#417da2" # loading bar color - menu bg hover color
  fg[PRELIGHT] = "#ffffff" # menu text hover color - button text hover color - non active menu items text color
  bg[INSENSITIVE] = "#181818" # button bg

  fg[NORMAL] = "#417da2" # menu text

  base[NORMAL]          = "#181818"     # list item background

  engine "cleanice"
  {
  }
}
widget_class "*" style "default"



You will need the libcleanice.dll file in the engines folder for it to work. :)
zipped and attached here.
Attachment:
libcleanice.zip

how do i make this code work? i copied it to notepad ++ now what do i do?

_________________
Image


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Thu May 03, 2012 6:13 pm  (#9) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
you didn't already read Rod message ?

Quote:
...and just drop it in the USERFOLDER/.gimp-2.8 folder...

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Thu May 03, 2012 6:40 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
1) Save a backup copy of the existing userfolder/gimp-2.8/gtkrc file somewhere safe.
2) Open the userfolder/gimp-2.8/gtkrc file in Notepad ++ and copy the above code to it.
Save the file.
Restart Gimp.

It should auto load that theme.
Change the colors as you see fit.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Thu May 03, 2012 8:41 pm  (#11) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Ok ...just to avoid further doubts :

2) Open the userfolder/gimp-2.8/gtkrc file in Notepad ++ and copy the above code to it.
Save the file with name gtkrc (and no any extension, just" gtkrc " )

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Thu May 03, 2012 9:32 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Please be sure to back up your original first. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Tue May 08, 2012 5:10 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: May 08, 2012
Posts: 8
Location: Punchatrolla
Just wanted to thank you rod for the code. When I first read the thread, I almost gave up. I am in preschool when it comes to computer language and code talk. But after not finding any other solutions how to theme Gimp 2.8, I had no choice but to come back and try to understand how to achieve this. After a few minutes of reading, I decided to give it a shot. If I messed up all I would have to do is reinstall gimp, right. I was surprised at how easy it was. I was also surprised I wasnt able to find any other places that had this information.

So I decided to make a quick video showing others how to do this, especially since most people, like myself, often tune out when computer language and code talk are used.

www.youtube.com Video from : www.youtube.com




Thanks again for helping get rid of that awful white interface of gimp


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Tue May 08, 2012 8:14 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
They still don't render for me on Win7 very well. Sigh.....

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Wed May 09, 2012 1:41 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Welcome to Gimp Chat Pizentu. :)
I am very glad to see you got it working correctly. I hadn't noticed in the video if you used the DLL file i supplied.
Did you need it for the theme to work in Gimp-2.8?
And what system platform are you using?

Cute avatar btw. :lol

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Wed May 09, 2012 3:52 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: May 08, 2012
Posts: 8
Location: Punchatrolla
Rod wrote:
Welcome to Gimp Chat Pizentu. :)
I am very glad to see you got it working correctly. I hadn't noticed in the video if you used the DLL file i supplied.
Did you need it for the theme to work in Gimp-2.8?
And what system platform are you using?

Cute avatar btw. :lol


I did not download the DLL file. I am not sure if I already had it or not. I am on windows 7, 64 bit. ***EDIT*** (libcleanice.dll was already installed)

Also I was experimenting and saw a better way to add the themes where you wouldnt have to keep having multiple copies of the gtkrc file. No need to back the gtkrc file up either, and can change it through the "theme" option inside of Gimp. It may be well known but I didnt know about it until I tried it. I went to the theme folder in gimp and copied the "default" theme then copied your code into the gtkrc file. It works perfectly.

Disc C/Program Files/Gimp 2/share/gimp/2.0/Themes

I created a theme if I am aloud to post it I will be glad to share. I will post a picture below. I am also in the process of editing a video of how to add the theme to the correct folder and how to enable it.


Image

Edit**

Heres the video...


www.youtube.com Video from : www.youtube.com


Last edited by Pizentu on Wed May 09, 2012 4:53 pm, edited 1 time in total.

Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Wed May 09, 2012 10:14 am  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Image

This is what I get. I copied the dll to the engines folder and used the code you posted. I get this on Win7 only. I tried Pizentu's method and they didn't even show up in GIMP 2.8 or GIMP 2.6. Did the copy paste method nothing. Tried every friggen theme out there and they all generate this white box crap! Can someone please help me out!

EDIT: Do I maybe need the GTK+ 2.10 Runtime installed?

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Wed May 09, 2012 11:13 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
FIXED THE ISSUE :yes ! Apparently GIMP 2.6 Win7 and GIMP 2.8 Win7 for me were missing about 25 dlls for the gtkrc files to work!
:hoh
I will post the file with the dlls and the possible locations of where they need to be merged with current install for anyone who has the same issue.

Attachment:
Dll transfer.zip [974.15 KiB]
Downloaded 199 times


They match the names of the themes which leads me to believe I was the one who put them on my WinXp computer as to where and how I cannot remember how they got there.
Correction, the GIMP Themes-1.0 did not add them in as it was supposed to. Time to reinstall that useful tool :D

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Wed May 09, 2012 11:23 am  (#19) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thanks ZWard

_________________
Image


Top
 Post subject: Re: gimp themes for 2.8
PostPosted: Wed May 09, 2012 11:29 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
:D not a problem. Was tired of waiting for some assistance when I could spend an hour fixing it myself :D (wow that comes across bad, but I don't mean it that way at all!) I just compared all of my gimp 2.6 xp folders and all of my gimp 2.6 win 7 folders and found these all missing lol

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
Post new topic Reply to topic  [ 87 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Clearlooks Gimp 2.10 Color Hinted Themes

31



* Login  



Powered by phpBB3 © phpBB Group