Ability to build from different Style folders
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / styles / 720x1280 / dali-toolkit-default-theme.json
1 /*
2 Copyright (c) 2000-2014 Samsung Electronics Co., Ltd All Rights Reserved
3
4 This file is part of Dali Toolkit
5
6 PROPRIETARY/CONFIDENTIAL
7
8 This software is the confidential and proprietary information of
9 SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
10 disclose such Confidential Information and shall use it only in
11 accordance with the terms of the license agreement you entered
12 into with SAMSUNG ELECTRONICS.
13
14 SAMSUNG make no representations or warranties about the suitability
15 of the software, either express or implied, including but not limited
16 to the implied warranties of merchantability, fitness for a particular
17 purpose, or non-infringement. SAMSUNG shall not be liable for any
18 damages suffered by licensee as a result of using, modifying or
19 distributing this software or its derivatives.
20 */
21
22
23
24 //******************************************************************************
25 //
26 // Default Reference style theme for a 720x1280 resolution, The values determined by UX design specification.
27 // This file can be copied to a new folder within the styles/ directory and amended with new default values.
28 // Can be overriden if StyleManager applies another style sheet.
29 //
30 //******************************************************************************
31
32 {
33   "styles":
34   {
35     "textlabel":
36     {
37       "point-size":18
38     },
39
40     "textlabel-font-size-0":
41     {
42       "point-size":8
43     },
44     "textlabel-font-size-1":
45     {
46       "point-size":10
47     },
48     "textlabel-font-size-2":
49     {
50       "point-size":15
51     },
52     "textlabel-font-size-3":
53     {
54       "point-size":19
55     },
56     "textlabel-font-size-4":
57     {
58       "point-size":25
59     },
60
61     "textfield":
62     {
63       "point-size":28,
64       "primary-cursor-color":[1.0,0.71,0.9,1.0],
65       "secondary-cursor-color":[1.0,0.71,0.9,1.0],
66       "selection-highlight-color":[0.75,0.96,1.0,1.0],
67       "grab-handle-image":"{DALI_IMAGE_DIR}cursor_handler_center.png",
68       "selection-handle-image-left":"{DALI_IMAGE_DIR}selection_handle_left.png",
69       "selection-handle-image-right":"{DALI_IMAGE_DIR}selection_handle_right.png"
70     },
71
72     "textfield-font-size-0":
73     {
74       "point-size":10
75     },
76     "textfield-font-size-1":
77     {
78       "point-size":10
79     },
80     "textfield-font-size-2":
81     {
82       "point-size":10
83     },
84     "textfield-font-size-3":
85     {
86       "point-size":10
87     },
88     "textfield-font-size-4":
89     {
90       "point-size":10
91     },
92     "textselectionpopup":
93     {
94       "popup-max-size":[656,72],
95       "option-divider-size":[2,0],
96       "popup-divider-color":[0.23,0.72,0.8,0.11],
97       "popup-icon-color":[1.0,1.0,1.0,1.0],
98       "popup-pressed-color":[0.24,0.72,0.8,0.11],
99       "background-image": {
100         "filename": "{DALI_IMAGE_DIR}selection-popup-bg.9.png"
101         }
102     },
103     "scrollview":
104     {
105       "overshoot-effect-color":"B018"
106     }
107   }
108 }