PDA

View Full Version : Making a new theme



rotschi
20 Jan 2009, 4:31 AM
How does one make a new theme for GXT?

As a presentation the Slate theme could be used.
The basic colour for my new theme is dark green (#339900).
One should match only the colours in the CSS file as well as in all images.
It almost is not possible to adapt everything manually.

I have already read something about this in the forum here.
However, most contributions concern ExtJS.

EagleEye666666
20 Jan 2009, 9:09 AM
How does one make a new theme for GXT?

As a presentation the Slate theme could be used.
The basic colour for my new theme is dark green (#339900).
One should match only the colours in the CSS file as well as in all images.
It almost is not possible to adapt everything manually.

I have already read something about this in the forum here.
However, most contributions concern ExtJS.

because basicly the styles are handled by css.

To create your own style just overwrite step by step all style classes/edit the used pictures according to your colour sceme. (just download one and change it)
http://extjs.com/forum/showthread.php?t=47222

Thats "all". Freakin a hell of work to do :)