1/*
2    Copyright (C) 2008,2009 INdT - Instituto Nokia de Tecnologia
3    Copyright (C) 2009,2010 ProFUSION embedded systems
4    Copyright (C) 2009,2010 Samsung Electronics
5
6    This file is free software; you can redistribute it and/or
7    modify it under the terms of the GNU Library General Public
8    License as published by the Free Software Foundation; either
9    version 2 of the License, or (at your option) any later version.
10
11    This file is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14    Library General Public License for more details.
15
16    You should have received a copy of the GNU Library General Public License
17    along with this library; see the file COPYING.LIB.  If not, write to
18    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19    Boston, MA 02110-1301, USA.
20*/
21
22color_classes {
23   color_class {
24      name: "webkit/selection/foreground";
25      color: 255 255 255 255; /* active */
26      color2: 255 255 255 255; /* inactive */
27   }
28   color_class {
29      name: "webkit/selection/background";
30      color: 86 86 209 255; /* active */
31      color2: 0 0 128 128; /* inactive */
32   }
33   color_class {
34      name: "webkit/focus_ring";
35      color: 26 26 226 255; /* foreground */
36      /* no background, consider transparent */
37   }
38}
39
40collections {
41   group { name: "webkit/base";
42      /* specific colors and all, used to listen for color_class changes */
43   }
44
45#include "widget/button/button.edc"
46#include "widget/check/check.edc"
47#include "widget/combo/combo.edc"
48#include "widget/cursor/cursor.edc"
49#include "widget/entry/entry.edc"
50#include "widget/file/file.edc"
51#include "widget/mediacontrol/fullscreenbutton/fullscreen_button.edc"
52#include "widget/mediacontrol/mutebutton/mute_button.edc"
53#include "widget/mediacontrol/playpausebutton/playpause_button.edc"
54#include "widget/mediacontrol/seekbackwardbutton/seekbackward_button.edc"
55#include "widget/mediacontrol/seekforwardbutton/seekforward_button.edc"
56#include "widget/mediacontrol/togglecaptionsbutton/toggle_captions_button.edc"
57#ifdef ENABLE_PROGRESS_ELEMENT
58#include "widget/progressbar/progressbar.edc"
59#endif
60#include "widget/radio/radio.edc"
61#include "widget/scrollbar/scrollbar.edc"
62#include "widget/search/cancel/search_cancel.edc"
63#include "widget/search/decoration/search_decoration.edc"
64#include "widget/search/field/search_field.edc"
65#include "widget/slider/slider.edc"
66#include "widget/spinner/spinner.edc"
67}
68