1 hour ago
[attachment=14495]
Hi, is there a documentation on how to theme gimp 3.2? In the screenshot you can see how far i could progress on my own. Gimp now looks a lot friendlyier and more usable to my taste. And its blazingly fast on linux with 64 GB of ram.
I did found out that the toolitem group can be acessed from css with:
kind regards bluedxca93
Hi, is there a documentation on how to theme gimp 3.2? In the screenshot you can see how far i could progress on my own. Gimp now looks a lot friendlyier and more usable to my taste. And its blazingly fast on linux with 64 GB of ram.
I did found out that the toolitem group can be acessed from css with:
Code:
GimpDock toolitemgroup button.flat {
border-color: #000; background-image: none; border-radius: 2px; color: #000000; border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #c6c6c6; box-shadow: inset -2px 0 #94918C, inset 0 -2px #94918C, inset 2px 0 #FFFFFF, inset 0 2px #FFFFFF;
}
GimpDock toolitemgroup button:checked {
border-color: #000; box-shadow:inset 2px 2px #000, inset -2px -2px;
}kind regards bluedxca93
