Black theme work for entry
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 21 Jun 2011 01:44:03 +0000 (10:44 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 21 Jun 2011 01:44:03 +0000 (10:44 +0900)
themes/groups/editfield.edc
themes/groups/entry.edc
themes/inc/nbeat-black-inc.edc
themes/inc/nbeat-inc.edc

index b7320e3..045c87b 100644 (file)
@@ -29,7 +29,7 @@ group { name: "elm/editfield/base/default";
    }
    styles {
       style { name: "editfield_content_singleline_style";
-         base: "font=SLP:style=Roman font_size=32 color="ENTRY_EDITFIELD_TEXT_COLOR_INC" wrap=mixed ellipsis=1";
+         base: "font=SLP:style=Roman font_size=32 color="ENTRY_TEXT_COLOR_INC" wrap=mixed ellipsis=1";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";
@@ -39,7 +39,7 @@ group { name: "elm/editfield/base/default";
          tag:  "hilight" "+ font=SLP:style=Bold";
       }
       style { name: "editfield_content_password_style";
-         base: "font=SLP:style=Roman font_size=24 color="ENTRY_EDITFIELD_TEXT_COLOR_INC" wrap=none ellipsis=1";
+         base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=none ellipsis=1";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";
index e735514..36992cc 100644 (file)
@@ -5,7 +5,7 @@
       styles
        {
           style { name: "entry_textblock_style";
-             base: "font=SLP:style=Roman font_size=24 color=#000000 wrap=mixed";
+             base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=mixed";
              tag:  "br" "\n";
              tag:  "ps" "ps";
              tag:  "tab" "\t";
       styles
        {
           style { name: "entry_textblock_char_wrap_style";
-             base: "font=SLP:style=Roman font_size=24 color=#000000 wrap=char";
+             base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=char";
              tag:  "br" "\n";
              tag:  "ps" "ps";
              tag:  "tab" "\t";
                styles
                {
                        style { name: "editfield_textblock_style";
-                               base: "font=SLP:style=Roman font_size=32 color="ENTRY_EDITFIELD_TEXT_COLOR_INC" wrap=mixed";
+                               base: "font=SLP:style=Roman font_size=32 color="ENTRY_TEXT_COLOR_INC" wrap=mixed";
                                tag:  "br" "\n";
                                tag:  "ps" "ps";
                                tag:  "tab" "\t";
                styles
                {
                        style { name: "editfield_textblock_char_wrap_style";
-                               base: "font=SLP:style=Roman font_size=32 color=#000000 wrap=char";
+                               base: "font=SLP:style=Roman font_size=32 color="ENTRY_TEXT_COLOR_INC" wrap=char";
                                tag:  "br" "\n";
                                tag:  "ps" "ps";
                                tag:  "tab" "\t";
                styles
                {
                        style { name: "editfield_single_textblock_style";
-                               base: "font=SLP:style=Roman font_size=32 color="ENTRY_EDITFIELD_TEXT_COLOR_INC" wrap=none";
+                               base: "font=SLP:style=Roman font_size=32 color="ENTRY_TEXT_COLOR_INC" wrap=none";
                                tag:  "br" "\n";
                                tag:  "ps" "ps";
                                tag:  "tab" "\t";
       styles
        {
           style { name: "entry_single_textblock_style";
-             base: "font=SLP:style=Roman font_size=24 color="ENTRY_EDITFIELD_TEXT_COLOR_INC" wrap=none";
+             base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=none";
              tag:  "br" "\n";
              tag:  "ps" "ps";
              tag:  "tab" "\t";
@@ -1274,7 +1274,7 @@ group { name: "elm/entry/base-password/popup";
 group { name: "elm/entry/custom-password/popup";
    styles {
       style { name: "entry_single_textblock_popup_style";
-         base: "font=SLP:style=Roman font_size=24 align=center color=#000000 wrap=none";
+         base: "font=SLP:style=Roman font_size=24 align=center color="ENTRY_TEXT_COLOR_INC" wrap=none";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";
@@ -1425,7 +1425,7 @@ group { name: "elm/entry/custom-password/popup";
                                                relative: 0.0  1.0;
                                                offset: 0 -2;
                                        }
-                                       color: ENTRY_EDITFIELD_CURSOR_COLOR_INC;
+                                       color: ENTRY_CURSOR_COLOR_INC;
                                }
                                description { state: "hidden" 0.0;
                                        inherit: "default" 0.0;
index 7e6deda..5ae4eaf 100644 (file)
 
 #define NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC 81 78 76 255
 
-#define ENTRY_EDITFIELD_TEXT_COLOR_INC "#FFFFFF"
-#define ENTRY_EDITFIELD_CURSOR_COLOR_INC 42 109 140 255
+#define ENTRY_TEXT_COLOR_INC "#FFFFFF"
+#define ENTRY_CURSOR_COLOR_INC 42 109 140 255
 
 #define PANES_DEFAULT_FIXED_SEPERATOR_NORMAL_COLOR_INC 118 118 118 255
 
index 5c892c2..646c1b0 100755 (executable)
 
 #define NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC 173 170 165 255
 
-#define ENTRY_EDITFIELD_TEXT_COLOR_INC "#000000"
-#define ENTRY_EDITFIELD_CURSOR_COLOR_INC 217 147 26 255
+#define ENTRY_TEXT_COLOR_INC "#000000"
+#define ENTRY_CURSOR_COLOR_INC 217 147 26 255
 
 #define PANES_DEFAULT_FIXED_SEPERATOR_NORMAL_COLOR_INC 219 219 219 255