raster pushed a commit to branch master.

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

commit bfe0d5b09acf533df6a35be8c92bc61319ad2a88
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Sun Aug 8 16:25:38 2021 +0100

    elm theme - more cc
---
 data/elementary/themes/colorclasses.edc             | 9 +++++++++
 data/elementary/themes/edc/elm/multibuttonentry.edc | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/data/elementary/themes/colorclasses.edc 
b/data/elementary/themes/colorclasses.edc
index 5864f842d7..e9b66c82b7 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -59,6 +59,15 @@ color_classes {
       color: 255 255 255 255; }
    color_class { name: "/fg/normal/photo/base";
       color:  48  48  48 255; }
+///////////////////////////////////////////////////////////////////////////////
+   color_class { name: "/fg/normal/multibuttonentry/text/guide";
+      color:  80  80  80 255; }
+   color_class { name: "/bg/normal/multibuttonentry/button";
+      color:   0   0   0  64; }
+   color_class { name: "/bg/pressed/multibuttonentry/button";
+      color:   0   0   0 200; }
+   color_class { name: "/bg/selected/multibuttonentry/button/bar";
+      color:  51 153 255 255; }
 ///////////////////////////////////////////////////////////////////////////////
    color_class { name: "/bg/normal/naviframe/top";
       color:  32  32  32 255; }
diff --git a/data/elementary/themes/edc/elm/multibuttonentry.edc 
b/data/elementary/themes/edc/elm/multibuttonentry.edc
index 3e7ee85419..d8be64b85b 100644
--- a/data/elementary/themes/edc/elm/multibuttonentry.edc
+++ b/data/elementary/themes/edc/elm/multibuttonentry.edc
@@ -98,7 +98,7 @@ group { name: "elm/multibuttonentry/btn/default";
             rel1.offset: 0 -1;
             rel1.relative: 0.0 1.0;
             align: 0.5 1.0;
-            color_class: "/bg/selected/multibuttonentry/button";
+            color_class: "/bg/selected/multibuttonentry/button/bar";
             visible: 0;
          }
          description { state: "focused" 0.0;

-- 


Reply via email to