[3.0] Added a simple application for testing Styling
[platform/core/uifw/dali-demo.git] / resources / style / mobile / style-example-theme-three.json.in
1 {
2   "styles":
3   {
4     "title":{
5       "textColor":"#0000ff",
6       "background":
7       {
8         "rendererType":"color",
9         "mixColor": [ 1.0, 1.0, 1.0, 1.0 ]
10       }
11     },
12     "tableview":{
13       "background":
14       {
15         "rendererType":"color",
16         "mixColor": [ 1.0, 1.0, 1.0, 0.03 ]
17       }
18     },
19     "radiobutton":{
20       "label":{
21         "textColor": [1,1,1,1]
22       }
23     },
24     "checkboxbutton":{
25       "label":{
26         "textColor": [1,1,1,1]
27       }
28     },
29     "colorLabel1":{
30       "textColor": [1,0,0,1]
31     },
32     "colorLabel2":{
33       "textColor": [0,1,0,1]
34     },
35     "colorLabel3":{
36       "textColor": [0.3,0.3,1,1]
37     },
38     "themelabel":{
39       "textColor":[0,1,1,1]
40     },
41     "popupTitle":{
42       "textColor":[1,1,1,1]
43     },
44     "popupBody":{
45       "textColor":[1,1,0,1]
46     },
47     "textlabel":{
48       "textColor":[0,0,0,1]
49     }
50   }
51 }