To create a theme first we have to create a new folder inside view directory. For example "rainbow" theme path will be
/development/view/rainbow
See bellow structure
•Rainbow
odefinition
ocommon
olayout
oelements
ohome
opage
This is a minimum directory structure of a theme but it can increase due to new Action Template and Elements.
Here is some common conversions of folder creations
1.All folder name must be lower case
2.folder name can not contain special character like Space, Underscore(_) , Hyphen(-) and other.