raster pushed a commit to branch master.

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

commit fd63d07fb92d6078c8feb6922926a3da581f08cd
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Tue Aug 17 18:21:35 2021 +0100

    elm theme - more cc
---
 data/elementary/themes/colorclasses.edc    |  4 +++-
 data/elementary/themes/edc/elm/frame.edc   | 19 ++++++++++---------
 data/elementary/themes/edc/elm/toolbar.edc |  2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/data/elementary/themes/colorclasses.edc 
b/data/elementary/themes/colorclasses.edc
index 29693222b8..931e32c1c8 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -405,6 +405,8 @@ color_classes {
       color:  80  80  80 255; }
    color_class { name: "/fg/normal/frame/title";
       color: 255 255 255 255; }
+   color_class { name: "/fg/normal/frame/separator";
+      color:  80  80  80 255; }
 ///////////////////////////////////////////////////////////////////////////////
    color_class { name: "/bg/normal/actionslider/base";
       color:   0   0   0  64; }
@@ -587,7 +589,7 @@ color_classes {
 ///////////////////////////////////////////////////////////////////////////////
    color_class { name: "/bg/selected/toolbar/base";
       color:  32  32  32 255; }
-   color_class { name: "/fg/selected/toolbar/separator";
+   color_class { name: "/fg/normal/toolbar/separator";
       color:  80  80  80 255; }
 ///////////////////////////////////////////////////////////////////////////////
    color_class { name: "/fg/normal/winlist/text/title";
diff --git a/data/elementary/themes/edc/elm/frame.edc 
b/data/elementary/themes/edc/elm/frame.edc
index 66d3a79358..4414e0b988 100644
--- a/data/elementary/themes/edc/elm/frame.edc
+++ b/data/elementary/themes/edc/elm/frame.edc
@@ -83,7 +83,7 @@ group { name: "elm/frame/base/default";
       }
       part { name: "event"; type: RECT; ignore_flags: ON_HOLD;
          description { state: "default" 0.0;
-            color: 0 0 0 0;
+            color: 0 0 0 0; // no cc
             rel1.to_y: "elm.text";
             rel2.to_y: "elm.text";
          }
@@ -166,7 +166,7 @@ group { name: "elm/frame/base/border";
    parts {
       part { name: "top_bg";
          description { state: "default" 0.0;
-            color: 32 32 32 255;
+            color_class: "/bg/selected/titlebar";
          }
       }
       part { name: "elm.text";
@@ -174,6 +174,7 @@ group { name: "elm/frame/base/border";
             rel2.to_x: "close";
             rel2.relative: 0.0 0.0;
             min: 0 15;
+            color_class: "/fg/selected/titlebar";
          }
       }
       part { name: "close";
@@ -190,11 +191,11 @@ group { name: "elm/frame/base/border";
             max: 15 15;
             offscale;
             image.normal: "i-close";
-            color: 255 255 255 255;
+            color_class: "/fg/selected/titlebar/buttons/close";
          }
          description { state: "clicked" 0.0;
             inherit: "default" 0.0;
-            color: 220 220 220 255;
+            color_class: "/fg/pressed/titlebar/buttons/close";
          }
       }
       program { signal:  "mouse,down,1"; source:  "close";
@@ -216,7 +217,7 @@ group { name: "elm/frame/base/overlay";
    parts {
       part { name: "bg";
          description { state: "default" 0.0;
-            color: 0 0 0 160;
+            color_class: "/dim/normal/frame-overlay";
          }
       }
    }
@@ -227,7 +228,7 @@ group { name: "elm/frame/base/icon_overlay";
    parts {
       part { name: "bg";
          description { state: "default" 0.0;
-            color: 0 0 0 160;
+            color_class: "/dim/normal/frame-overlay";
          }
       }
    }
@@ -238,7 +239,7 @@ group { name: "elm/frame/base/border_overlay";
    parts {
       part { name: "bg";
          description { state: "default" 0.0;
-            color: 0 0 0 160;
+            color_class: "/dim/normal/frame-overlay";
          }
       }
    }
@@ -345,7 +346,7 @@ group { name: "elm/frame/base/outdent_top";
             rel2.offset: -5 2;
             rel2.relative: 1.0 0.0;
             min: 0 1;
-            color: 72 72 72 255;
+            color_class: "/fg/normal/frame/separator";
             offscale;
          }
       }
@@ -372,7 +373,7 @@ group { name: "elm/frame/base/outdent_bottom";
             rel1.relative: 0.0 1.0;
             rel2.offset: -5 -3;
             min: 0 1;
-            color: 72 72 72 255;
+            color_class: "/fg/normal/frame/separator";
             offscale;
          }
       }
diff --git a/data/elementary/themes/edc/elm/toolbar.edc 
b/data/elementary/themes/edc/elm/toolbar.edc
index f74993501f..7b649bc6e4 100644
--- a/data/elementary/themes/edc/elm/toolbar.edc
+++ b/data/elementary/themes/edc/elm/toolbar.edc
@@ -1262,7 +1262,7 @@ group { name: "elm/toolbar/separator/default";
             max: 1 99999;
             rel1.offset: 4 4;
             rel2.offset: -5 -5;
-            color_class: "/fg/selected/toolbar/separator";
+            color_class: "/fg/normal/toolbar/separator";
             offscale;
          }
          description { state: "vert" 0.0;

-- 


Reply via email to