raster pushed a commit to branch master.

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

commit fe092932dab40fcf68d6921d514ad8056eacb2bf
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Mar 28 15:08:00 2021 +0100

    elm - theme - remove more old dark images
---
 data/elementary/themes/edc/elm/fileselector.edc    |   4 +-
 data/elementary/themes/edc/evrything.edc           |  14 +++---
 data/elementary/themes/edc/gadman.edc              |  52 +++++++++++++--------
 .../elementary/themes/img/sym_down_glow_normal.png | Bin 481 -> 0 bytes
 .../elementary/themes/img/sym_left_glow_normal.png | Bin 460 -> 0 bytes
 .../themes/img/sym_right_glow_normal.png           | Bin 465 -> 0 bytes
 data/elementary/themes/img/sym_up_glow_normal.png  | Bin 473 -> 0 bytes
 7 files changed, 40 insertions(+), 30 deletions(-)

diff --git a/data/elementary/themes/edc/elm/fileselector.edc 
b/data/elementary/themes/edc/elm/fileselector.edc
index 4e6f05f33c..ae9ee2fa3f 100644
--- a/data/elementary/themes/edc/elm/fileselector.edc
+++ b/data/elementary/themes/edc/elm/fileselector.edc
@@ -1,11 +1,11 @@
 group { name: "elm/entry/path/separator/default";
-   images.image: "sym_right_glow_normal.png" COMP;
    parts {
       image { "icon"; nomouse;
          desc { "default";
-            image.normal: "sym_right_glow_normal.png";
+            image.normal: "i-arrow-r";
             FIXED_SIZE(15, 15)
             aspect: 1.0 1.0;
+            color: 51 153 255 255;
          }
       }
    }
diff --git a/data/elementary/themes/edc/evrything.edc 
b/data/elementary/themes/edc/evrything.edc
index 8a559b2714..8657acec04 100644
--- a/data/elementary/themes/edc/evrything.edc
+++ b/data/elementary/themes/edc/evrything.edc
@@ -425,8 +425,6 @@ group { name: "e/modules/everything/list";
 }
 
 group { name: "e/modules/everything/thumbview/main/window";
-   images.image: "sym_left_glow_normal.png" COMP;
-   images.image: "sym_right_glow_normal.png" COMP;
    parts {
       part { name: "clip"; type: RECT;
          description { state: "default" 0.0;
@@ -448,33 +446,33 @@ group { name: 
"e/modules/everything/thumbview/main/window";
       part { name: "left_arrow"; mouse_events: 0;
          scale: 1;
          description { state: "default" 0.0;
-            image.normal: "sym_left_glow_normal.png";
+            image.normal: "i-arrow-l";
             align: 0.0 0.5;
             min: 15 15;
             max: 15 15;
             visible: 0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
             visible: 1;
-            color: 255 255 255 255;
+            color: 51 153 255 255;
          }
       }
       part { name: "right_arrow"; mouse_events: 0;
          scale: 1;
          description { state: "default" 0.0;
-            image.normal: "sym_right_glow_normal.png";
+            image.normal: "i-arrow-r";
             align: 1.0 0.5;
             min: 15 15;
             max: 15 15;
             visible: 0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
          description { state: "visible" 0.0;
             inherit: "default" 0.0;
             visible: 1;
-            color: 255 255 255 255;
+            color: 51 153 255 255;
          }
       }
       part { name: "event"; type: RECT; repeat_events: 1;
diff --git a/data/elementary/themes/edc/gadman.edc 
b/data/elementary/themes/edc/gadman.edc
index 3d3a89d9ab..04b87f57af 100644
--- a/data/elementary/themes/edc/gadman.edc
+++ b/data/elementary/themes/edc/gadman.edc
@@ -114,10 +114,6 @@ group { name: "e/gadman/frame";
 group { name: "e/gadman/control";
    images.image: "outline.png" COMP;
    images.image: "diagonal_stripes.png" COMP;
-   images.image: "sym_up_glow_normal.png" COMP;
-   images.image: "sym_down_glow_normal.png" COMP;
-   images.image: "sym_left_glow_normal.png" COMP;
-   images.image: "sym_right_glow_normal.png" COMP;
    parts {
       part { name: "base"; mouse_events: 0;
          description { state: "default" 0.0;
@@ -144,12 +140,14 @@ group { name: "e/gadman/control";
          }
       }
       part { name: "av10"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 0.5 1.0;
             rel1.to: "resizev1";
             rel2.relative: 1.0 0.0;
             rel2.to: "resizev1";
-            image.normal: "sym_up_glow_normal.png";
+            image.normal: "i-arrow-u";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -161,16 +159,18 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel2.relative: 1.0 -5.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "av11"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 0.5 0.0;
             rel1.to: "resizev1";
             rel1.relative: 0.0 1.0;
             rel2.to: "resizev1";
-            image.normal: "sym_down_glow_normal.png";
+            image.normal: "i-arrow-d";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -182,16 +182,18 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel1.relative: 0.0 6.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "av20"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 0.5 1.0;
             rel1.to: "resizev2";
             rel2.relative: 1.0 0.0;
             rel2.to: "resizev2";
-            image.normal: "sym_up_glow_normal.png";
+            image.normal: "i-arrow-u";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -203,16 +205,18 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel2.relative: 1.0 -5.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "av21"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 0.5 0.0;
             rel1.to: "resizev2";
             rel1.relative: 0.0 1.0;
             rel2.to: "resizev2";
-            image.normal: "sym_down_glow_normal.png";
+            image.normal: "i-arrow-d";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -224,16 +228,18 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel1.relative: 0.0 6.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "ah10"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 1.0 0.5;
             rel1.to: "resizeh1";
             rel2.relative: 0.0 1.0;
             rel2.to: "resizeh1";
-            image.normal: "sym_left_glow_normal.png";
+            image.normal: "i-arrow-l";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -245,16 +251,18 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel2.relative: -5.0 1.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "ah11"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 0.0 0.5;
             rel1.to: "resizeh1";
             rel1.relative: 1.0 0.0;
             rel2.to: "resizeh1";
-            image.normal: "sym_right_glow_normal.png";
+            image.normal: "i-arrow-r";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -266,16 +274,18 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel1.relative: 6.0 0.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "ah20"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 1.0 0.5;
             rel1.to: "resizeh2";
             rel2.relative: 0.0 1.0;
             rel2.to: "resizeh2";
-            image.normal: "sym_left_glow_normal.png";
+            image.normal: "i-arrow-l";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -287,16 +297,18 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel2.relative: -5.0 1.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "ah21"; mouse_events: 0;
+         scale;
          description { state: "default" 0.0;
             align: 0.0 0.5;
             rel1.to: "resizeh2";
             rel1.relative: 1.0 0.0;
             rel2.to: "resizeh2";
-            image.normal: "sym_right_glow_normal.png";
+            image.normal: "i-arrow-r";
+            color: 51 153 255 255;
             visible: 0;
             FIXED_SIZE(15, 15)
          }
@@ -308,7 +320,7 @@ group { name: "e/gadman/control";
             inherit: "default" 0.0;
             visible: 1;
             rel1.relative: 6.0 0.0;
-            color: 255 255 255 0;
+            color: 51 153 255 0;
          }
       }
       part { name: "move"; type: RECT;
diff --git a/data/elementary/themes/img/sym_down_glow_normal.png 
b/data/elementary/themes/img/sym_down_glow_normal.png
deleted file mode 100644
index 2ec0f1e98e..0000000000
Binary files a/data/elementary/themes/img/sym_down_glow_normal.png and 
/dev/null differ
diff --git a/data/elementary/themes/img/sym_left_glow_normal.png 
b/data/elementary/themes/img/sym_left_glow_normal.png
deleted file mode 100644
index c2446a73ec..0000000000
Binary files a/data/elementary/themes/img/sym_left_glow_normal.png and 
/dev/null differ
diff --git a/data/elementary/themes/img/sym_right_glow_normal.png 
b/data/elementary/themes/img/sym_right_glow_normal.png
deleted file mode 100644
index 3010393863..0000000000
Binary files a/data/elementary/themes/img/sym_right_glow_normal.png and 
/dev/null differ
diff --git a/data/elementary/themes/img/sym_up_glow_normal.png 
b/data/elementary/themes/img/sym_up_glow_normal.png
deleted file mode 100644
index 2df4220b02..0000000000
Binary files a/data/elementary/themes/img/sym_up_glow_normal.png and /dev/null 
differ

-- 


Reply via email to