raster pushed a commit to branch master.

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

commit a43d38a426e464e8547498883bf4c761b47fe9d2
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Sun Aug 8 00:29:05 2021 +0100

    elm theme - more cc
---
 data/elementary/themes/edc/elm/notify.edc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/data/elementary/themes/edc/elm/notify.edc 
b/data/elementary/themes/edc/elm/notify.edc
index 34d85072bf..15bd731e28 100644
--- a/data/elementary/themes/edc/elm/notify.edc
+++ b/data/elementary/themes/edc/elm/notify.edc
@@ -3,10 +3,11 @@ group { name: "elm/notify/block_events/default";
    parts {
       part { name: "block_events"; type: RECT;
          desc { state: "default";
-            color: 0 0 0 0;
+            color_class: "/dim/normal/notify";
+            color: 255 255 255 0; // no cc
          }
          desc { "visible";
-            color: 0 0 0 128;
+            color: 255 255 255 255; // no cc
          }
       }
       program { signal: "mouse,clicked,1"; source: "block_events";
@@ -40,11 +41,11 @@ group { name: "elm/notify/top/default";
          description { state: "default" 0.0;
             rel1.offset: -500 -500;
             rel2.offset: 499 499;
-            color: 255 255 255 0;
+            color: 255 255 255 0; // no cc
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
-            color: 255 255 255 255;
+            color: 255 255 255 255; // no cc
          }
       }
       part { name: "shadow"; mouse_events: 0;
@@ -61,7 +62,7 @@ group { name: "elm/notify/top/default";
          clip_to: "clip";
          scale: 1;
          description { state: "default" 0.0;
-            color: 48 48 48 255;
+            color_class: "/bg/normal/popup/base";
             rel1.offset: 10 10;
             rel2.offset: -11 -11;
             rel1.relative: 0.0 -1.0;

-- 


Reply via email to