whatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinbox
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.
23 lines
601 B
23 lines
601 B
9 years ago
|
{
|
||
|
"name": "ext-theme-gray",
|
||
|
"type": "theme",
|
||
|
"creator": "Sencha",
|
||
|
"summary": "Ext JS Gray Theme",
|
||
|
"detailedDescription": "The Gray Theme extends the Classic Theme and shifts the color palette to shades of gray",
|
||
|
"version": "5.0.0",
|
||
|
"compatVersion": "5.0.0",
|
||
|
"format": "1",
|
||
|
"slicer": {
|
||
|
"js": [
|
||
|
{
|
||
|
"path": "${package.dir}/sass/example/custom.js",
|
||
|
"isWidgetManifest": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"output": "${package.dir}/build",
|
||
|
"local": true,
|
||
|
"requires": [],
|
||
|
"extend": "ext-theme-classic"
|
||
|
}
|