Cmake - Remove the CONFIGURE_FILE() step for json style files.
[platform/core/uifw/dali-demo.git] / resources / style / demo-theme.json
index 47e0e3d..1203c52 100644 (file)
@@ -1,53 +1,64 @@
 /*
-Copyright (c) 2000-2015 Samsung Electronics Co., Ltd All Rights Reserved
-
-This file is part of Dali Toolkit
-
-PROPRIETARY/CONFIDENTIAL
-
-This software is the confidential and proprietary information of
-SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
-disclose such Confidential Information and shall use it only in
-accordance with the terms of the license agreement you entered
-into with SAMSUNG ELECTRONICS.
-
-SAMSUNG make no representations or warranties about the suitability
-of the software, either express or implied, including but not limited
-to the implied warranties of merchantability, fitness for a particular
-purpose, or non-infringement. SAMSUNG shall not be liable for any
-damages suffered by licensee as a result of using, modifying or
-distributing this software or its derivatives.
-*/
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 {
+  "includes":
+  [
+    "{APPLICATION_RESOURCE_PATH}/style/base-theme.json"
+  ],
+
   "styles":
   {
-    "textlabel":
+    "DemoTile":
     {
-      "font-family":"HelveticaNeue",
-      "font-style":"Regular"
+      "styles":[ "DemoTileBase" ]
     },
 
-    "launcherlabel":
+    "LauncherBackground":
     {
-      "point-size":18
+      "background":
+      {
+        "visualType": "GRADIENT",
+        "center": [240, 400],
+        "radius": 932,
+        "units": "USER_SPACE",
+        "stopColor": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]]
+      }
     },
 
-    "toolbarlabel":
+    "BubbleColor1":
     {
-      "point-size":18
+      "color": [ 0.3255, 0.3412, 0.6353, 0.32 ]
     },
 
-    "textfield":
+    "BubbleColor2":
     {
-      "font-family":"HelveticaNeue",
-      "font-style":"Regular",
-      "point-size":18
+      "color": [ 0.3647, 0.7569, 0.8157, 0.32 ]
     },
 
-    "scrollview":
+    "BubbleColor3":
     {
-      "overshoot-effect-color":"B018"
+      "color": [ 0.3804, 0.7412, 0.6510, 0.32 ]
+    },
+
+    "BubbleColor4":
+    {
+      "color": [ 1, 1, 1, 0.13 ]
     }
+
   }
 }