f9c0d99fa9645bff33ac9a58bc1a33639b014993
[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   "styles":
19   {
20     "ConfirmationPopup":{
21       "popupBackgroundImage":"{APPLICATION_RESOURCE_PATH}/images/00_popup_bg.9.png"
22     },
23
24     "TextLabelRosemary":
25     {
26       "fontFamily":"Rosemary"
27     },
28     "TextLabel":
29     {
30       "fontStyle":{"weight":"normal"},
31       "pointSize":18
32     },
33     "LauncherLabel":
34     {
35       "pointSize":18
36     },
37
38     "ToolbarLabel":
39     {
40       "pointSize":18
41     },
42
43     "BuilderLabel":
44     {
45       "pointSize":13
46     },
47
48     "ScrollView":
49     {
50       "overshootEffectColor":"B018"
51     },
52
53     "ImageScalingGroupLabel":
54     {
55       "pointSize":9
56     },
57
58     "ImageScalingButton":
59     {
60       "label":{
61         "pointSize":11
62       }
63     },
64
65     "LauncherBackground":
66     {
67       "background":
68       {
69         "visualType": "GRADIENT",
70         "center": [240, 400],
71         "radius": 932,
72         "units": "USER_SPACE",
73         "stopColor": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]]
74       }
75     }
76   }
77 }