Here is a theme for Gimp 2.7 Windows :
http://aljacom.com/~gimp/Theme_Default_SAMJ.zip
(846 181 bytes)
Screenshot :
http://aljacom.com/~gimp/Default_SAMJ.png
This theme is a variation of "Default".
The colors are all parameterized and can be easily changed in the "gtkrc" file.
That is a real nice theme Sam.
How does one go about changing the radius of buttons for a certain gtkrc file?
Is it this piece of code snippet?
engine "aurora"
{
menubarstyle = 2 # 0 = flat, 1 = gradient, 2 = sunken
curvature = 6.2 # <-- is this the radius of the buttons?
arrowsize = 1 # controls combo_arrow circle size. Diameter set by (11 + 2 * arrowsize)
old_arrowstyle = FALSE #set to TRUE for original circled arrows
animation = TRUE # FALSE = disabled, TRUE = enabled
}
Bonjour, Thank you very much
Bonjour,
Thank you very much !
I do not know how to change the radius of the buttons. I guess it's the rounded corners.
Here are some parameters on the buttons that you can add the file gtkrc :
#donner un contour sur le bouton pour le focus
GtkButton::focus-line-width = 1
#déplacement lors de l'appui
GtkButton::child-displacement-x = 1
GtkButton::child-displacement-y = 1
#contour des boutons
GtkButton::default-border = {0,0,0,0}
GtkButton::default-outside-border = {0,0,0,0}
GtkButton::inner-border = {0,0,0,0}
#espacement de l'image dans le bouton par rapport au texte
GtkButton::image-spacing = 8