[timepicker] change for black theme
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 29 Jun 2011 08:02:12 +0000 (17:02 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 1 Jul 2011 01:00:22 +0000 (10:00 +0900)
Change-Id: Iab11a6fa5247de9bc0e279cf0307e0a53e9bf4d4

themes/groups/ctxpopup.edc
themes/groups/diskselector.edc
themes/images/nbeat-black/timepicker_bottom_arrow.png
themes/images/nbeat-black/timepicker_left_arrow.png
themes/images/nbeat-black/timepicker_right_arrow.png
themes/images/nbeat-black/timepicker_top_arrow.png
themes/inc/nbeat-black-inc.edc
themes/inc/nbeat-inc.edc

index d176449..7e2bfda 100644 (file)
@@ -3008,7 +3008,6 @@ group {
 #define CTXPOPUP_TP_ARROW_SIZE 20
 #define CTXPOPUP_TP_PADDING 15
 #define CTXPOPUP_TP_HEIGHT 66
-#define CTXPOPUP_TP_BG_COLOR 221 134 21 255
 #define CTXPOPUP_TP_FONT_COLOR 231 173 95 255
 #define CTXPOPUP_TP_CLICKED_FONT_COLOR 255 255 255 255
 #define CTXPOPUP_TP_FONT_SIZE 24
@@ -3021,7 +3020,7 @@ group {
                        type: RECT;
                        scale: 1;
                        description {
-                               color: CTXPOPUP_TP_BG_COLOR;
+                               color: CTXPOPUP_TP_BG_COLOR_INC;
                                min: 1 CTXPOPUP_TP_HEIGHT;
                                rel1 { to: "elm.swallow.content"; }
                                rel2 { to: "elm.swallow.content"; }
index a9b251a..f2b58ad 100644 (file)
@@ -68,7 +68,7 @@ group { name: "elm/diskselector/item/extended/timepicker";
                                max: 32 66;
                                fixed: 1 1;
                                align: 0 0;
-                               color: 231 173 95 255;
+                               color: DISKSELECTOR_TP_FONT_COLOR_INC;
                                visible: 1;
                                text {
                                        font: FONT_ROM;
index 891dd39..98b12a4 100644 (file)
Binary files a/themes/images/nbeat-black/timepicker_bottom_arrow.png and b/themes/images/nbeat-black/timepicker_bottom_arrow.png differ
index 196b9ff..b4555a7 100644 (file)
Binary files a/themes/images/nbeat-black/timepicker_left_arrow.png and b/themes/images/nbeat-black/timepicker_left_arrow.png differ
index 057b852..db486bf 100644 (file)
Binary files a/themes/images/nbeat-black/timepicker_right_arrow.png and b/themes/images/nbeat-black/timepicker_right_arrow.png differ
index e128441..3fbaa77 100644 (file)
Binary files a/themes/images/nbeat-black/timepicker_top_arrow.png and b/themes/images/nbeat-black/timepicker_top_arrow.png differ
index 074601e..4303c1f 100755 (executable)
@@ -39,6 +39,8 @@
 #define POPUP_CUSTOMSTYLE_TITLE_TEXT_COLOR_INC 249 249 249 255
 
 #define CTXPOPUP_SEPARATOR_COLOR_INC 71 82 87 255
+#define CTXPOPUP_TP_BG_COLOR_INC 42 109 140 255
+#define DISKSELECTOR_TP_FONT_COLOR_INC 105 151 173 255
 
 #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#FFFFFF"
 
index 3d5866a..30408d0 100755 (executable)
@@ -38,6 +38,8 @@
 #define POPUP_CUSTOMSTYLE_TITLE_TEXT_COLOR_INC 0 0 0 255
 
 #define CTXPOPUP_SEPARATOR_COLOR_INC 199 199 199 255
+#define CTXPOPUP_TP_BG_COLOR_INC 221 134 21 255
+#define DISKSELECTOR_TP_FONT_COLOR_INC 231 171 92 255
 
 #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#000000"