raster pushed a commit to branch master.

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

commit 95b3fec338a49bfc06ce7bb203d1a758a05d1997
Author: Carsten Haitzler <[email protected]>
Date:   Thu Dec 30 18:20:24 2021 +0000

    elm theme - fix mis-named colorclass for inwin bg
    
    was missing a / and ended up white.
    
    @fix
---
 data/elementary/themes/colorclasses.edc  | 1 +
 data/elementary/themes/edc/elm/inwin.edc | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/elementary/themes/colorclasses.edc 
b/data/elementary/themes/colorclasses.edc
index cff1df0be6..543eccbe92 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -496,6 +496,7 @@ color_tree {
    }
    ":dim-lighter" {
       "/dim/normal/hover";
+      "/dim/normal/inwin";
       "/bg/normal/multibuttonentry/button";
       "/bg/normal/calendar/day/today";
       "/fg/normal/text-subtle";
diff --git a/data/elementary/themes/edc/elm/inwin.edc 
b/data/elementary/themes/edc/elm/inwin.edc
index 80cc451cf7..483e4019fa 100644
--- a/data/elementary/themes/edc/elm/inwin.edc
+++ b/data/elementary/themes/edc/elm/inwin.edc
@@ -3,7 +3,7 @@ group { name: "elm/win/inwin/default";
    parts {
       part { name: "bg"; type: RECT; mouse_events: 1;
          description { state: "default" 0.0;
-            color_class: "dim/normal/inwin";
+            color_class: "/dim/normal/inwin";
             color: 255 255 255 0; // no cc
          }
          description { state: "visible" 0.0;

-- 


Reply via email to