dd4cc59958fa757784ec76489ad717e058bb49fe
[platform/core/uifw/dali-demo.git] / resources / style / mobile / demo-theme.json.in
1 /*
2  * Copyright (c) 2000-2016 Samsung Electronics Co., Ltd
3
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17
18 {
19   "styles":
20   {
21     "textlabel-Rosemary":
22     {
23       "fontFamily":"Rosemary"
24     },
25     "textlabel":
26     {
27       "fontStyle":"Regular",
28       "pointSize":18
29     },
30     "textlabelFontSize0":
31     {
32       "pointSize":8
33     },
34     "textlabelFontSize1":
35     {
36       "pointSize":10
37     },
38     "textlabelFontSize2":
39     {
40       "pointSize":15
41     },
42     "textlabelFontSize3":
43     {
44       "pointSize":19
45     },
46     "textlabelFontSize4":
47     {
48       "pointSize":25
49     },
50
51     "launcherlabel":
52     {
53       "pointSize":8
54     },
55
56     "toolbarlabel":
57     {
58       "pointSize":10
59     },
60
61     "builderlabel":
62     {
63       "pointSize":10
64     },
65
66     "scrollview":
67     {
68       "overshootEffectColor":"B018"
69     },
70
71     "grouplabel":
72     {
73       "pointSize":6
74     },
75
76     "buttonlabel":
77     {
78       "pointSize":8
79     },
80
81     "launcherbackground":
82     {
83       "background":
84       {
85         "rendererType": "gradient",
86         "center": [360, 640],
87         "radius": 1468,
88         "units": "userSpace",
89         "stopColor": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]]
90       }
91     }
92   }
93 }