I think good skin is very important for a GUI language like Ecere. Ecere is powerful, but I hope it can be more beautiful.
I asked a question on stackoverflow: http://stackoverflow.com/questions/7373 ... ce-project. I hope to find free design which can be used in Ecere.
Another question, is Erece define the skin by "define color values(RGB)" or use some image resources? If there is a table containing all the resources Ecere need, that will be helpful for someone who want to design a good skin for Ecere.
The table maybe:
- Code: Select all
|| control || item || Color values || Images || Example
| Button
| | background | #FF00BB
| | border-top | red
| | corner-left-top | | button-corner-left-top.png | [x]
| Window | background | ...
| | title-border | ... | ..... | [x]
It may contain the current colors and images for users to understand. And the users can design new skin based on this table, what they need to think about is just these colors and small images, which will be simpler.