It is currently Sat Jul 06, 2024 6:56 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 64 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Fri Jul 06, 2018 4:25 pm  (#51) 
Offline
GimpChat Member

Joined: Jul 03, 2018
Posts: 38
Did not work in gimp 2.8.22.


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Fri Jul 06, 2018 4:28 pm  (#52) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Can you attach your gtkrc file

Note that I am not able to check 2.8.22 as I only have 2.6.7 and 2.10.2


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Fri Jul 06, 2018 4:36 pm  (#53) 
Offline
GimpChat Member

Joined: Jul 03, 2018
Posts: 38
Here they are, also, they work fine in 2.4 but not 2.6 nor 2.8


Attachments:
themes.zip [902 KiB]
Downloaded 408 times
Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Mon Jul 09, 2018 3:40 am  (#54) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
I took the cinzazul-oxygen theme, edited the gtkrc to match my previous instructions and got this:
Attachment:
Untitled.png
Untitled.png [ 25.44 KiB | Viewed 9929 times ]


You need to make the style assignment line look exactly line this:
widget "*tooltip*"              style:highest "tooltips"


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Sun Aug 25, 2019 11:55 pm  (#55) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Hi Kevin.

In post # 46
viewtopic.php?f=23&t=10531&hilit=gtkrc&start=40#p150107

You showed how to highlight a group of plugins.
I would like to recognize by color whether it is script (* .scm), plugin (* .py) or program (* .exe).
Have you tested the possibility of this edition of gtkrc for Gimp 2.10 ?
Any tips on whether and how you can get it badly needed.

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Aug 27, 2019 5:41 am  (#56) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
Hi MareroQ

I've not done much with the GIMP 2.10 themes, other than creating a basic mid-Grey theme that suits me better than those supplied.

This seems to work:
style "python"
{
  fg[NORMAL]        = "#00ffff"
  fg[PRELIGHT]      = "#ff00ff"
  fg[SELECTED]      = "#ff00ff"
  fg[ACTIVE]        = "#ff00ff"
  fg[INSENSITIVE]   = "#808080"
}
widget "*python-fu*" style:highest "python"

style "script-fu"
{
  fg[NORMAL]        = "#ff80ff"
  fg[PRELIGHT]      = "#ff00ff"
  fg[SELECTED]      = "#ff00ff"
  fg[ACTIVE]        = "#ff00ff"
  fg[INSENSITIVE]   = "#808080"
}
widget "*script-fu*" style:highest "script-fu"

style "plug-in"
{
  fg[NORMAL]        = "#ff8080"
  fg[PRELIGHT]      = "#ff00ff"
  fg[SELECTED]      = "#ff00ff"
  fg[ACTIVE]        = "#ff00ff"
  fg[INSENSITIVE]   = "#808080"
}
widget "*plug-in*" style:highest "plug-in"

Attachment:
Untitled.png
Untitled.png [ 60.08 KiB | Viewed 8453 times ]


Kevin


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Aug 27, 2019 7:03 am  (#57) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Thank you very much for your quick reply.

I have no experience in this.
I have pasted your code into the Dark theme (Gimp 2.10.12 setup3 from gimp.org).
It works according to my request in 95%.
I don't know why in some cases it doesn't work or breaks the type.
I will continue to experiment slowly because you showed me that it is possible and a way to solve it.
Does your own topic work 100% and if so - can you share it here?

Once again, thank you very much on my own behalf and for the visually impaired (with whom I will probably conduct a few classes about Gimp - and on the basis of different colors it will be easier for me to explain the differences).


Attachments:
New gtkrc Dark.png
New gtkrc Dark.png [ 17.55 KiB | Viewed 8443 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Aug 27, 2019 8:01 am  (#58) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
The code I posted is all the code I tried.

I don't have any extra script-fu/python-fu/plug-ins other than the things I've written.

I thought I'd try to find the first, Spyrogimp, and download it, BUT the first hit on Google points me to the Script-Fu version, so I think you need to check that you haven't got the old script-fu version as well as the newer python-fu version.

If you can point me to a place to download some of the others, I'll try and find out why they don't work.


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Aug 27, 2019 9:14 am  (#59) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Spyrogimp in Gimp 2.10.12 is installed originally
Filters/Render/Spyrogimp...
(c:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\spyro_plus\spyro_plus.py)

QWERTY 256(textes_002_gimp-2.10.scm in zip)
Filters/Render/QWERTY 256

Plugin Pfeil zeichnen"HN-Pfeil-zeichnen.py
viewtopic.php?f=9&t=17218

210_effects_CarTOONize.scm
viewtopic.php?f=9&t=17628&hilit=CarTOONize#p241814


Attachments:
textes_002_gimp-2.10.zip [9.49 KiB]
Downloaded 342 times

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Aug 27, 2019 10:55 am  (#60) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
GIMP 2.10.12 appears to ship with both versions of Spyrogimp, so I'm guess there's a conflict with the menu registration (although the script-fu version doesn't register itself in the menus)

Plugin Pfeil zeichnen"HN-Pfeil-zeichnen.py doesn't use the standard registration method, so it doesn't get a widget name that includes "python-fu", so it doesn't get picked-up by the
widget "*python-fu*" style:highest "python" line

Similarly, 210_effects_CarTOONize.scm doesn't register with "script-fu" in it's name, so doesn't get picked-up by
widget "*script-fu*" style:highest "script-fu"
(It's normal for script-fu scripts to prefix the name with script-fu i.e. script-fu-add-bevel)

And who knows what Lua and JavaScript scripts will do:
https://mobile.twitter.com/zemarmot/sta ... 445952?p=v


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Aug 27, 2019 11:58 am  (#61) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Thank you very much for the detailed explanation.
Now works at 102%.


Attachments:
New gtkrc DarkColor by Payneki.png
New gtkrc DarkColor by Payneki.png [ 48.41 KiB | Viewed 10915 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Mon Sep 16, 2019 1:47 pm  (#62) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
I have another question here:
(GIMP 2.10.12) I like to have the selection editor in my docks and I like to have the dark theme. Problem is as long as there is no picture open it displays quite bright. Is there a way to change that striped background.
I've found the icon displayed in the middle, it's gimp-selection.svg. That's not the problem. I would like to change the background behind it.

Attachment:
GNU Image Manipulation Program_selection-editor.png


Regards
nelo


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Sep 17, 2019 4:54 am  (#63) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
@nelo

It seems to be gimp-texture.png in the icons folder, which only goes to show that the idea of separating the icon-theme and colour-theme is faulty thinking, they are too interconnected.
Attachment:
Untitled.png
Untitled.png [ 7.54 KiB | Viewed 9664 times ]


Kevin


Top
 Post subject: Re: GIMP Themes - Getting Started
PostPosted: Tue Sep 17, 2019 8:48 am  (#64) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Thank you Kevin,
didn't find it myself though I was looking through all those icons.
I'll try to change that one to my liking.

Regards
nelo


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts I could use some help getting started with a plugin on Windows

2

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

31



* Login  



Powered by phpBB3 © phpBB Group