style-example-theme-one.json.in
1.14 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"styles":
{
"title":{
"textColor":"#0000ff",
"background":
{
"visualType":"COLOR",
"mixColor": [ 1.0, 1.0, 1.0, 1.0 ]
}
},
"tableview":{
"background":
{
"visualType":"COLOR",
"mixColor": [ 1.0, 1.0, 1.0, 0.03 ]
}
},
"flexcontainer":{
"background":
{
"visualType":"COLOR",
"mixColor": [ 1.0, 1.0, 1.0, 0.1 ]
}
},
"radiobutton":{
"label":{
"textColor": [1,1,1,1]
}
},
"checkboxbutton":{
"label":{
"textColor": [1,1,1,1]
}
},
"colorLabel1":{
"textColor": [1,0,0,1]
},
"colorLabel2":{
"textColor": [0,1,0,1]
},
"colorLabel3":{
"textColor": [0.3,0.3,1,1]
},
"themelabel":{
"textColor":[0,1,1,1]
},
"popupTitle":{
"textColor":[1,1,1,1]
},
"popupBody":{
"textColor":[1,1,0,1]
},
"textlabel":{
"textColor":[0,0,0,1]
},
"colorSlider1":{
"styles":["slider"]
},
"colorSlider2":{
"styles":["slider"]
},
"colorSlider3":{
"styles":["slider"]
}
}
}