I need to create a own theme for portal and it needs to be develop using Eclipsce Juno. I have decide to customize the classic theme of liferay and i need to know the steps in it and files need to change for this. Please advise and help in this
Here are some steps which would help you become a theme developer:
*.vm
) or css files from the Classic theme and including it in the _diffs
folder of your custom theme. Here is the source.Go through the official documentation and you will understand the (3) point.
In short I will include how to create a theme project:
ant
commands, you can select the relevant ant commands to build and deploy the theme or create a WAR to be deployed on your server.Also I would suggest you can checkout the different sample themes available here
Enjoy Themeing!!