raster pushed a commit to branch master.

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

commit 0b596ea6e89a9af0382eca5d1de1a396938385dd
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Sun Aug 8 17:27:30 2021 +0100

    elm theme - more cc
---
 data/elementary/themes/edc/elm/inwin.edc | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/data/elementary/themes/edc/elm/inwin.edc 
b/data/elementary/themes/edc/elm/inwin.edc
index df9d1c8527..80cc451cf7 100644
--- a/data/elementary/themes/edc/elm/inwin.edc
+++ b/data/elementary/themes/edc/elm/inwin.edc
@@ -1,29 +1,29 @@
 group { name: "elm/win/inwin/default";
-   images.image: "win_shadow.png" COMP;
+   images.image: "win_shad_flat.png" COMP;
    parts {
       part { name: "bg"; type: RECT; mouse_events: 1;
          description { state: "default" 0.0;
-            color: 0 0 0 0;
+            color_class: "dim/normal/inwin";
+            color: 255 255 255 0; // no cc
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
-            color: 0 0 0 128;
+            color: 255 255 255 255; // no cc
          }
       }
-      part { name: "shadow"; mouse_events: 0;
-         scale: 1;
+      part { name: "shadow"; type: RECT;
          description { state: "default" 0.0;
-            rel.to: "base";
-            WIN_SHADOW_SMALL;
+            rel.to: "_sh1";
+            color_class: "/shadow/normal/inwin";
          }
       }
+      WIN_SHAD("base", "shadow", "win_shad_flat.png", 10, 10, 7, 14, 0.25);
       part { name: "base"; type: RECT;
          scale: 1;
          description { state: "default" 0.0;
-            color: 64 64 64 255;
+            color_class: "/bg/normal/inwin";
             offscale;
-            rel1.to: "elm.swallow.content";
-            rel2.to: "elm.swallow.content";
+            rel.to: "elm.swallow.content";
             rel1.offset: -8 -8;
             rel2.offset: 7 7;
          }

-- 


Reply via email to