-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathdevextreme.json
43 lines (43 loc) · 1.51 KB
/
devextreme.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"build": {
"commands": [
{
"command": "build-theme",
"options": {
"themeId": "1",
"items": [
{
"key": "@button-normal-color",
"value": "#606060"
},
{
"key": "@button-normal-border-color",
"value": "rgba(0,0,0,.12)"
},
{
"key": "@base-accent",
"value": "#81bd00"
},
{
"key": "@dropdowneditor-icon-color",
"value": "rgba(129, 189, 0, 1)"
},
{
"key": "@dropdowneditor-icon-active-color",
"value": "rgba(129, 189, 0, 1)"
},
{
"key": "@numberbox-spin-icon-color",
"value": "rgba(129, 189, 0, 1)"
},
{
"key": "@base-hover-bg",
"value": "rgba(129, 189, 0, 0.15)"
}
],
"outputFile": "node_modules/devextreme/dist/css/tb.light.green.css"
}
}
]
}
}