/* * 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": { "DemoTile": { "styles": ["DemoTileBase"], "states": { "NORMAL": { "color":[0.6, 0.4, 0.9, 0.6] } } }, "LauncherBackground": { "background": { "visualType": "GRADIENT", "center": [240, 400], "radius": 932, "units": "USER_SPACE", "stopColor": [[0.392157,0.254902,0.647059,1.0],[0.164706,0.0313725,0.270588,1.0]] } }, "BubbleColor1": { "color": [ 0.8255, 0.2412, 0.9353, 0.32 ] }, "BubbleColor2": { "color": [ 0.8647, 0.4569, 0.8157, 0.32 ] }, "BubbleColor3": { "color": [ 0.9804, 0.5412, 0.9510, 0.32 ] }, "BubbleColor4": { "color": [ 1, 1, 1, 0.13 ] } } }