Skip to content

Instantly share code, notes, and snippets.

@clemblanco
Created September 4, 2015 11:43
Show Gist options
  • Save clemblanco/831f9faaef19611c2393 to your computer and use it in GitHub Desktop.
Save clemblanco/831f9faaef19611c2393 to your computer and use it in GitHub Desktop.
Titanium - Alloy Framework - Defining an using a theme.
```javascript
"#button": {
// ...
backgroundColor: Alloy.CFG.design.mainColor,
// ...
}
```
```javascript
{
"global": {
"theme": "default"
},
// ...
}
```
```javascript
{
"global": {
"design": {
// ...
"mainColor": "#345678”,
// ...
}
}
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment