summaryrefslogtreecommitdiff
path: root/lib-common/res/edje/ColorClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib-common/res/edje/ColorClass.h')
-rw-r--r--lib-common/res/edje/ColorClass.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/lib-common/res/edje/ColorClass.h b/lib-common/res/edje/ColorClass.h
new file mode 100644
index 0000000..290da5b
--- /dev/null
+++ b/lib-common/res/edje/ColorClass.h
@@ -0,0 +1,50 @@
+/*
+ * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * 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.
+ *
+ */
+
+#ifndef _COLOR_CLASS_H_
+#define _COLOR_CLASS_H_
+
+color_classes {
+ color_class {//A03O003L1
+ name: "predictive_icon";
+ color: 61 185 204 128;
+ }
+ color_class {//A03O003
+ name: "predictive_icon_bg";
+ color: 255 255 255 255;
+ }
+ color_class {
+ name: "contact_btn_ic";//W0113
+ color: 61 185 204 255;
+ }
+ color_class {
+ name: "contact_btn_ic_pressed";//W0113P
+ color: 34 104 115 255;
+ }
+ color_class {
+ name: "button_normal";
+ color: 0 0 0 45;
+ }
+ color_class {
+ name: "button_pressed";
+ color: 0 0 0 75;
+ }
+}
+
+
+
+#endif /* _COLOR_CLASS_H_ */