Cmake - Remove the CONFIGURE_FILE() step for json style files.
[platform/core/uifw/dali-demo.git] / resources / style / demo-theme.json
index 660df77..1203c52 100644 (file)
@@ -1,88 +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",
-      "point-size":18
+      "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 ]
     },
 
-    "builderlabel":
-    {
-      "point-size":13
-    },
-    "textselectionpopuplabel":
+    "BubbleColor2":
     {
-      "point-size":18
-    },
-    "textselectionpopup":
-    {
-      "popup-max-size":[400,100],
-      "option-divider-size":[2,0],
-      "popup-divider-color":[0.23,0.72,0.8,0.11],
-      "popup-icon-color":[1.0,1.0,1.0,1.0],
-      "popup-pressed-color":[0.24,0.72,0.8,0.9],
-      "background-image": {
-        "filename": "{DALI_IMAGE_DIR}selection-popup-bg.9.png"
-        }
-    },
-    "textfield":
-    {
-      "font-family":"HelveticaNeue",
-      "font-style":"Regular",
-      "point-size":18,
-      "primary-cursor-color":[0.75,0.96,1.0,1.0],
-      "secondary-cursor-color":[1.0,0.71,0.9,1.0],
-      "selection-highlight-color":[0.75,0.96,1.0,1.0],
-      "grab-handle-image":"{DALI_IMAGE_DIR}cursor_handler_center.png",
-      "selection-handle-image-left":"{DALI_IMAGE_DIR}selection_handle_left.png",
-      "selection-handle-image-right":"{DALI_IMAGE_DIR}selection_handle_right.png"
-    },
-    "scrollview":
-    {
-      "overshoot-effect-color":"B018"
+      "color": [ 0.3647, 0.7569, 0.8157, 0.32 ]
     },
 
-    "grouplabel":
+    "BubbleColor3":
     {
-      "point-size":9
+      "color": [ 0.3804, 0.7412, 0.6510, 0.32 ]
     },
 
-    "buttonlabel":
+    "BubbleColor4":
     {
-      "point-size":11
+      "color": [ 1, 1, 1, 0.13 ]
     }
+
   }
 }