Gimp-Forum.net
Look of Toolbox> - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Gimp 2.99 & Gimp 3.0 (https://www.gimp-forum.net/Forum-Gimp-2-99-Gimp-3-0)
+--- Thread: Look of Toolbox> (/Thread-Look-of-Toolbox)



Look of Toolbox> - FransHarderwijk - 04-26-2025

Hi here, 

I use Gimp 3.0 in Windows on a Lenovo Thinkpad W520 laptop since two days. 
I previously used older Gimp-versions as a novice. 

Tiny problem (perhaps a simple question): 
I don't like the way my Tool Options dialog looks. See the attachment. 
I don't like the 'hand' shaped cursor (too big and dark) and the black popup. 

I cannot find what to change in Edit>Prefecences>...
My Interface>Theme is System. 
My Interface>Icon Theme is Legacy. 

Thanks in advance for advice. 

Regards, Frans van Zelm


RE: Look of Toolbox> - rich2005 - 04-27-2025

I think I saw an issue request to the developers recently but I can't find it again.

The tooltips toggle that was there in Gimp 2.10 has gone in Gimp 3.0. You can not reinstate it but you can make the tooltips pop-up invisible using this code in a gimp.css file for your User profile.

Code:
tooltip {
   opacity: 0;
}


I will attach that little file (unzip it)  and in a Windows Gimp it goes here:

[attachment=13428]

Not much can be easily done with those tool-options sliders. You could try an Artbox theme from here: https://script-fu.github.io/artbox/hub/themes/folder/   The Artbox system theme look like this:

[attachment=13429]


RE: Look of Toolbox> - FransHarderwijk - 04-27-2025

(5 hours ago)rich2005 Wrote: I think I saw an issue request to the developers recently but I can't find it again.

The tooltips toggle that was there in Gimp 2.10 has gone in Gimp 3.0. You can not reinstate it but you can make the tooltips pop-up invisible using this code in a gimp.css file for your User profile.

Code:
tooltip {
   opacity: 0;
}


I will attach that little file (unzip it)  and in a Windows Gimp it goes here:



Not much can be easily done with those tool-options sliders. You could try an Artbox theme from here: https://script-fu.github.io/artbox/hub/themes/folder/   The Artbox system theme look like this:

Hi Rich 2005,

Thanks for your attention and quick help.
I will give it a try soon.
As clumsy user, I ... tremble a bit to do so.
Haha.


RE: Look of Toolbox> - rich2005 - 04-27-2025

(4 hours ago)FransHarderwijk Wrote:
(5 hours ago)rich2005 Wrote: I think I saw an issue request to the developers recently but I can't find it again.

The tooltips toggle that was there in Gimp 2.10 has gone in Gimp 3.0. You can not reinstate it but you can make the tooltips pop-up invisible using this code in a gimp.css file for your User profile.

Code:
tooltip {
   opacity: 0;
}


I will attach that little file (unzip it)  and in a Windows Gimp it goes here:



Not much can be easily done with those tool-options sliders. You could try an Artbox theme from here: https://script-fu.github.io/artbox/hub/themes/folder/   The Artbox system theme look like this:

Hi Rich 2005,

Thanks for your attention and quick help.
I will give it a try soon.
As clumsy user, I ... tremble a bit to do so.
Haha.

You can not damage anything.  If do not like anything just delete the gimp.css and/or the theme file.