You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| README | 2 years ago | |
| cleanup.bat | 2 years ago | |
| cleanup.js | 2 years ago | |
| cleanup.sh | 2 years ago | |
| compile.bat | 2 years ago | |
| compile.js | 2 years ago | |
| compile.sh | 2 years ago | |
README
-------------------------------------------------------------------------------
Dojo Mobile Themes
-------------------------------------------------------------------------------
Dojo provides platform-specific themes for Android 2, Android 3/4, iOS and Blackberry. There is also a generic theme named "custom".
All themes are generated using the Less CSS library (http://lesscss.org/).
Building mobile themes
----------------------
1. Install Node.js (http://nodejs.org/).
2. Run compile.bat or compile.sh to generate all themes.
You can also run cleanup.bat or cleanup.sh to remove all the generated css files.
Creating a new theme from the Custom theme
------------------------------------------
The 'custom' theme (i.e. mobile/themes/custom folder) is a generic grey theme. It is a good starting point for creating a new theme. All colors of this theme are derived from 2 colors defined at the beginning of themes/custom/variables.less.
To create a new theme, you can change these colors (i.e. @lightColor and @darkColor) as well as other part of variables.less and then run the compile script.