* Theme for the cursor and the selection of the entry
authormoom <moom>
Sat, 12 Aug 2006 20:52:15 +0000 (20:52 +0000)
committermoom <moom@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 12 Aug 2006 20:52:15 +0000 (20:52 +0000)
SVN revision: 24616

data/themes/default_entry.edc

index 0cade83..06e8e5f 100644 (file)
@@ -75,3 +75,33 @@ group {
       }
    }
 }
+group {
+   name: "widgets/entry/cursor";
+   min: 1 0;
+   parts {
+      part {
+         name: "cursor";
+         type: RECT;
+         description {
+            state: "default" 0.0;
+            color: 0 0 0 255;
+         }
+      }
+   }
+}
+group {
+   name: "widgets/entry/selection";
+   data {
+      item: "on_foreground" "1";
+   }
+   parts {
+      part {
+         name: "selection";
+         type: RECT;
+         description {
+            state: "default" 0.0;
+            color: 245 205 109 102;
+         }
+      }
+   }
+}