summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-10-28 14:27:50 -0400
committerChris Michael <cp.michael@samsung.com>2016-10-28 14:28:04 -0400
commitc7fc41a2fcf60b1f6ee18787c680d62ffc03eba0 (patch)
treec4e0723b5e3eb1cf23ec45483dfe246d52717264
parent3749ea47f9bdd21409adf6b9e259b42ac377fb2e (diff)
downloadefl-c7fc41a2fcf60b1f6ee18787c680d62ffc03eba0.tar.gz
elementary_theme: Add 'xterm' cursor into theme
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--data/elementary/themes/edc/elm/cursor.edc38
1 files changed, 38 insertions, 0 deletions
diff --git a/data/elementary/themes/edc/elm/cursor.edc b/data/elementary/themes/edc/elm/cursor.edc
index fe192f9e6d..67e374a8c8 100644
--- a/data/elementary/themes/edc/elm/cursor.edc
+++ b/data/elementary/themes/edc/elm/cursor.edc
@@ -111,3 +111,41 @@ group { name: "elm/cursor/blank/default";
}
}
}
+
+group { name: "elm/cursor/xterm/default";
+ images.image: "pointer_entry_bar.png" COMP;
+ images.image: "led_dot_white.png" COMP;
+ parts {
+ part { name: "base"; mouse_events: 0; scale: 1;
+ description { state: "default" 0.0;
+ min: 15 20;
+ max: 15 99999;
+ image.normal: "pointer_entry_bar.png";
+ image.border: 0 0 10 10;
+ rel1.offset: 0 2;
+ rel2.offset: -1 -3;
+ }
+ }
+ part { name: "elm.swallow.hotspot"; type: SWALLOW;
+ description { state: "default" 0.0;
+ visible: 0;
+ fixed: 1 1;
+ rel1.to: "base";
+ rel2.to: "base";
+ rel1.relative: 0.5 0.5;
+ rel2.relative: 0.5 0.5;
+ rel2.offset: 0 0;
+ }
+ }
+ part { name: "shine";
+ description { state: "default" 0.0;
+ rel1.to: "base";
+ rel2.to: "base";
+ image.normal: "led_dot_white.png";
+ max: 27 27;
+ aspect: 1.0 1.0;
+ aspect_preference: VERTICAL;
+ }
+ }
+ }
+}