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