This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit 5aefadeef3e76bcfabf8135155448b968edb5d9a
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Jan 23 20:22:44 2024 +0000

    elm theme - fix some typos in colorclass names
    
    this snuck through. fix the typos. thanks avlinux.
    
    @fix
---
 data/elementary/themes/colorclasses.edc         | 4 ++--
 data/elementary/themes/edc/efl/border.edc       | 6 +++---
 data/elementary/themes/edc/elm/fileselector.edc | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc
index 99163b768d..762e7fc369 100644
--- a/data/elementary/themes/colorclasses.edc
+++ b/data/elementary/themes/colorclasses.edc
@@ -337,7 +337,7 @@ color_tree {
       "/fg/normal/text-preedit";
       "/fg/normal/text-info";
       "/fg/normal/text-type";
-      "/fg/nmormal/fileselector/pathsep";
+      "/fg/normal/fileselector/pathsep";
       "/fg/selected/button/bar";
       "/fg/normal/button-anchor";
       "/fg/selected/thumb/bar";
@@ -1294,7 +1294,7 @@ color_classes {
 //   color_class { name: "/fg/disabled/flipselector/up";
 //      color:  96  96  96 255; }
 ///////////////////////////////////////////////////////////////////////////////
-//   color_class { name: "/fg/nmormal/fileselector/pathsep";
+//   color_class { name: "/fg/normal/fileselector/pathsep";
 //      color:  51 153 255 255; }
 ///////////////////////////////////////////////////////////////////////////////
 //   color_class { name: "/bg/normal/button";
diff --git a/data/elementary/themes/edc/efl/border.edc b/data/elementary/themes/edc/efl/border.edc
index 5e239a5baa..7aad1a4178 100644
--- a/data/elementary/themes/edc/efl/border.edc
+++ b/data/elementary/themes/edc/efl/border.edc
@@ -263,7 +263,7 @@ group { "efl/border"; data.item: "version" "123";
             rel2.to_x: "event.minimize";
             rel2.to_y: "shadow_base";
             align: 0.5 0.0;
-            color_class: "/fg/noemal/titlebar";
+            color_class: "/fg/normal/titlebar";
             min: 0 16;
             text { font: FNBD; size: 10;
                text_class: "title_bar";
@@ -330,7 +330,7 @@ group { "efl/border"; data.item: "version" "123";
             rel.to: "event.close";
             min: 15 15; max: 15 15;
             fixed: 1 1;
-            color_class: "/fg/noemal/titlebar/close";
+            color_class: "/fg/normal/titlebar/close";
          }
          desc { "selected";
             inherit: "default";
@@ -345,7 +345,7 @@ group { "efl/border"; data.item: "version" "123";
             rel.to: "event.maximize";
             min: 15 15; max: 15 15;
             fixed: 1 1;
-            color_class: "/fg/noemal/titlebar/maximize";
+            color_class: "/fg/normal/titlebar/maximize";
          }
          desc { "selected";
             inherit: "default";
diff --git a/data/elementary/themes/edc/elm/fileselector.edc b/data/elementary/themes/edc/elm/fileselector.edc
index f289507247..c32fea2d61 100644
--- a/data/elementary/themes/edc/elm/fileselector.edc
+++ b/data/elementary/themes/edc/elm/fileselector.edc
@@ -6,7 +6,7 @@ group { name: "elm/entry/path/separator/default";
             image.normal: "i-arrow-r";
             FIXED_SIZE(15, 15)
             aspect: 1.0 1.0;
-            color_class: "/fg/nmormal/fileselector/pathsep";
+            color_class: "/fg/normal/fileselector/pathsep";
          }
       }
    }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to