Merge remote-tracking branch 'origin/tizen' into new_text
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / styles / tizen-dark-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 style theme for Tizen dark theme, The values should come from
27 // UX design document.
28 //
29 //******************************************************************************
30
31 {
32   "styles":
33   {
34     "textinput":
35     {
36       "highlight-color":"F060",
37       "cut-and-paste-bg-color":"B061L41",
38       "cut-and-paste-pressed-color":"B061L41P",
39       "cut-and-paste-border-color":"B061L42",
40       "cut-and-paste-icon-color":"T126",
41       "cut-and-paste-icon-pressed-color":"T126P",
42       "cut-and-paste-text-color":"T1221",
43       "cut-and-paste-text-pressed-color":"T1221P",
44       "cut-button-position-priority":4,
45       "copy-button-position-priority":3,
46       "paste-button-position-priority":5,
47       "select-button-position-priority":1,
48       "select-all-button-position-priority":2,
49       "clipboard-button-position-priority":6,
50       "cursor-color":"F052"
51     },
52     "scrollview":
53     {
54       "overshoot-effect-color":"B018"
55     }
56   }
57 }