raster pushed a commit to branch master.

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

commit 12ef80292e8143483d22b5e3f213f9f6210751dc
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Sun Aug 8 00:23:31 2021 +0100

    elm theme - more cc
---
 data/elementary/themes/colorclasses.edc  | 5 +++++
 data/elementary/themes/edc/elm/photo.edc | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/data/elementary/themes/colorclasses.edc 
b/data/elementary/themes/colorclasses.edc
index 55dc7a38ba..8f5ea4ceec 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -54,6 +54,11 @@ color_classes {
       color:  48  48  48 255; }
    color_class { name: "/fg/normal/popup/text/title";
       color: 255 255 255 255; }
+///////////////////////////////////////////////////////////////////////////////
+   color_class { name: "/bg/normal/photo/outline";
+      color: 255 255 255 255; }
+   color_class { name: "/fg/normal/photo/base";
+      color:  48  48  48 255; }
 ///////////////////////////////////////////////////////////////////////////////
    color_class { name: "/fg/normal/menu/title";
       color: 255 255 255 255; }
diff --git a/data/elementary/themes/edc/elm/photo.edc 
b/data/elementary/themes/edc/elm/photo.edc
index dd8cce3098..46da4d5d8c 100644
--- a/data/elementary/themes/edc/elm/photo.edc
+++ b/data/elementary/themes/edc/elm/photo.edc
@@ -1,12 +1,11 @@
 group { name: "elm/photo/base/default";
-   images.image: "win_shadow.png" COMP;
    parts {
       part { name: "base"; type: RECT;
          scale: 1;
          description { state: "default" 0.0;
             rel1.offset: 4 4;
             rel2.offset: -5 -5;
-            color: 255 255 255 255;
+            color_class: "/bg/normal/photo/outline";
             offscale;
          }
       }
@@ -22,7 +21,7 @@ group { name: "elm/photo/base/default";
       part { name: "bg"; type: RECT;
          description { state:    "default" 0.0;
             rel.to: "clip";
-            color: 48 48 48 255;
+            color_class: "/bg/normal/photo/base";
          }
       }
       part { name: "elm.swallow.content"; type: SWALLOW;
@@ -69,6 +68,7 @@ group { name: "elm/photo/base/shadow";
             rel.to: "size";
             rel1.offset: 0 0;
             rel2.offset: -1 -1;
+            visible: 0;
          }
       }
       part { name: "clip";

-- 


Reply via email to