[dali_1.4.39] Merge branch 'devel/master'
[platform/core/uifw/dali-demo.git] / resources / style / mobile / examples-theme.json.in
1 /*
2  * Copyright (c) 2019 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   "includes":
20   [
21     "{APPLICATION_RESOURCE_PATH}/style/base-theme.json"
22   ],
23
24   "styles":
25   {
26     "DemoTile":
27     {
28       "styles": ["DemoTileBase"],
29       "states":
30       {
31         "NORMAL":
32         {
33           "color":[0.9, 0.4, 0.4, 0.6]
34         }
35       }
36     },
37
38     "LauncherBackground":
39     {
40       "background":
41       {
42         "visualType": "GRADIENT",
43         "center": [360, 640],
44         "radius": 1468,
45         "units": "USER_SPACE",
46         "stopColor": [[0,0,0,1.0],[0.556863,0.054902,0,1.0]]
47       }
48     },
49
50     "BubbleColor1":
51     {
52       "color": [ 0.8255, 0.2412, 0.1353, 0.32 ]
53     },
54
55     "BubbleColor2":
56     {
57       "color": [ 0.8647, 0.4569, 0.3157, 0.32 ]
58     },
59
60     "BubbleColor3":
61     {
62       "color": [ 0.9804, 0.5412, 0.5510, 0.32 ]
63     },
64
65     "BubbleColor4":
66     {
67       "color": [ 1, 0, 0, 0.13 ]
68     }
69
70   }
71 }