[Genlist] GUI Dark Theme ver 0.4 changed
authorsh10233.lee <sh10233.lee@samsung.com>
Fri, 14 Jun 2013 10:39:48 +0000 (19:39 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:52:14 +0000 (21:52 +0900)
themes/inc/tizen-dark-inc.edc
themes/widgets/genlist/genlist_macro.edc
themes/widgets/genlist/genlist_sweep.edc

index 727155c..1792d4d 100755 (executable)
 
 // Group Index
 #define GENLIST_GROUPINDEX_LIST_SIZE                     32
-#define GENLIST_GROUPINDEX_LIST_COLOR                    10 82 138 255
+#define GENLIST_GROUPINDEX_LIST_COLOR                    62 87 144 255
 #define GENLIST_GROUPINDEX_LIST_FOCUS_COLOR              250 250 250 255
 #define GENLIST_GROUPINDEX_LIST_COLOR_STYLE              "#0A528AFF"
 #define GENLIST_GROUPINDEX_LIST_FOCUS_COLOR_STYLE        "#FAFAFAFF"
index d9a97df..60db094 100755 (executable)
          color: 255 255 255 255; \
       } \
       description { state: "2depth" 0.0; \
-         color: 34 44 71 255; \
+         color: 255 255 255 255; \
       } \
    ) \
    GENLIST_PART_SPACER("bg_dialogue_left", \
index 72b2734..baed3de 100644 (file)
       alias: "elm/genlist/item_compress_odd/mode/slide/default";
 
       GENLIST_PROLOG
-      images {
-         image: "00_quick_menu_bg.png" COMP;
-      }
 
       data.item: "contents" "elm.slide.swallow.1";
       data.item: "mode_part" "elm.swallow.origin";
 
       parts {
-         GENLIST_PART_IMAGE("bg_sweep",
+         GENLIST_PART_RECT("bg_sweep",
             description { state: "default" 0.0;
-               image {
-                  normal: "00_quick_menu_bg.png";
-                  border: 3 4 3 4;
-                  border_scale: 1;
-               }
+            color: 28 30 40 255;
             }
          )
          GENLIST_PART_BASE
          }
       }
    }
-#endif
\ No newline at end of file
+#endif