devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c7fc41a2fcf60b1f6ee18787c680d62ffc03eba0

commit c7fc41a2fcf60b1f6ee18787c680d62ffc03eba0
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Oct 28 14:27:50 2016 -0400

    elementary_theme: Add 'xterm' cursor into theme
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 data/elementary/themes/edc/elm/cursor.edc | 38 +++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/data/elementary/themes/edc/elm/cursor.edc 
b/data/elementary/themes/edc/elm/cursor.edc
index fe192f9..67e374a 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;
+         }
+      }
+   }
+}

-- 


Reply via email to