nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
-------------------------------------------------------------------------------
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.