raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1f152487c044e86ee6641ce96398a43d2a86bb59
commit 1f152487c044e86ee6641ce96398a43d2a86bb59 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jan 13 05:07:52 2014 +0900 theme - make dark rounded square less transp. and add shadow to ibar menu --- data/themes/edc/ibar-ibox.edc | 17 +++++++++++++++-- data/themes/img/darken_rounded_square.png | Bin 765 -> 837 bytes data/themes/img/darken_rounded_square_half.png | Bin 422 -> 420 bytes data/themes/img/darken_rounded_square_half_h.png | Bin 416 -> 407 bytes data/themes/orig/mock-22.xcf.gz | Bin 0 -> 991 bytes 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc index 487539c..3d7824c 100644 --- a/data/themes/edc/ibar-ibox.edc +++ b/data/themes/edc/ibar-ibox.edc @@ -237,6 +237,7 @@ group { name: "e/modules/ibar/menu"; group { name: "e/modules/ibar/menu/item"; images.image: "glow_small.png" COMP; + images.image: "win_shadow.png" COMP; parts { part { name: "icon"; type: SPACER; description { state: "default"; @@ -248,6 +249,18 @@ group { name: "e/modules/ibar/menu/item"; max: 48 48; } } + part { name: "shadow"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "win_shadow.png"; + image.border: 14 14 14 14; + image.middle: 0; + rel1.to: "e.swallow.icon"; + rel1.offset: -7 -3; + rel2.to: "e.swallow.icon"; + rel2.offset: 6 11; + fill.smooth: 0; + } + } part { name: "glow"; mouse_events: 0; description { state: "default" 0.0; rel1.to: "e.swallow.icon"; @@ -274,8 +287,8 @@ group { name: "e/modules/ibar/menu/item"; } description { state: "focus"; inherit: "default"; - rel1.offset: -2 -2; - rel2.offset: 1 1; + rel1.offset: -4 -4; + rel2.offset: 3 3; } } part { name: "e.text.title"; type: TEXT; mouse_events: 0; diff --git a/data/themes/img/darken_rounded_square.png b/data/themes/img/darken_rounded_square.png index c7f1435..4321bb5 100644 Binary files a/data/themes/img/darken_rounded_square.png and b/data/themes/img/darken_rounded_square.png differ diff --git a/data/themes/img/darken_rounded_square_half.png b/data/themes/img/darken_rounded_square_half.png index 43c78d8..3d20e0e 100644 Binary files a/data/themes/img/darken_rounded_square_half.png and b/data/themes/img/darken_rounded_square_half.png differ diff --git a/data/themes/img/darken_rounded_square_half_h.png b/data/themes/img/darken_rounded_square_half_h.png index bfbe70d..753e547 100644 Binary files a/data/themes/img/darken_rounded_square_half_h.png and b/data/themes/img/darken_rounded_square_half_h.png differ diff --git a/data/themes/orig/mock-22.xcf.gz b/data/themes/orig/mock-22.xcf.gz new file mode 100644 index 0000000..6f24abc Binary files /dev/null and b/data/themes/orig/mock-22.xcf.gz differ --
