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