style-example-theme-three.json.in
874 Bytes
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
{
"styles":
{
"title":{
"textColor":"#0000ff",
"background":
{
"rendererType":"color",
"mixColor": [ 1.0, 1.0, 1.0, 1.0 ]
}
},
"tableview":{
"background":
{
"rendererType":"color",
"mixColor": [ 1.0, 1.0, 1.0, 0.03 ]
}
},
"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]
}
}
}