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

git pushed a commit to branch master
in repository enlightenment-module-forecasts.

View the commit online.

commit 526225ec85a6792041f6c2f71c8361fae796722c
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Fri Mar 25 01:04:16 2022 +0000

    theme - go flat
---
 forecasts.edc | 68 ++++++++++-------------------------------------------------
 1 file changed, 11 insertions(+), 57 deletions(-)

diff --git a/forecasts.edc b/forecasts.edc
index 32a32a4..3f4658e 100644
--- a/forecasts.edc
+++ b/forecasts.edc
@@ -98,7 +98,6 @@ collections {
 	   part {
 	       name:         "e.text.temp";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -113,12 +112,8 @@ collections {
 		       offset:   -1  -1;
 		       to:       "icon";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/temperature";
 		   text {
-		       text:  "";
 		       font:  "Sans:style=Bold";
 		       size:  10;
 		       min:   1 1;
@@ -144,7 +139,6 @@ collections {
 	   part {
 	       name:         "e.text.description";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -158,12 +152,8 @@ collections {
 		       relative: 1.0 1.0;
 		       offset:   -1  -10;
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/description";
 		   text {
-		       text:  "";
 		       font:  "Sans:style=Bold";
 		       size:  10;
                        min:   1 1;
@@ -195,7 +185,6 @@ collections {
 	   part {
 	       name:         "e.text.location";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -209,10 +198,7 @@ collections {
 		       relative: 0.0 0.2;
 		       offset:   1  1;
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/location";
 		   text {
 		       text:  "Location";
 		       font:  "Sans:style=Bold";
@@ -267,7 +253,6 @@ collections {
 	   part {
 	       name:         "e.text.day0.date";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -287,10 +272,7 @@ collections {
 		       offset:   -1  -1;
                        to: "day0";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/date";
 		   text {
 		       text:  "Date0";
 		       font:  "Sans:style=Bold";
@@ -305,7 +287,6 @@ collections {
 	   part {
 	       name:         "e.text.day0.description";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -327,10 +308,7 @@ collections {
                        to_x: "day0";
                        to_y: "e.text.day0.low";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/description";
 		   text {
 		       text:  "Description0";
 		       font:  "Sans:style=Bold";
@@ -345,7 +323,6 @@ collections {
 	   part {
 	       name:         "e.text.day0.low";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -365,10 +342,7 @@ collections {
 		       offset:   -1  -1;
                        to: "day0";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/low";
 		   text {
 		       text:  "Low0";
 		       font:  "Sans:style=Bold";
@@ -383,7 +357,6 @@ collections {
 	   part {
 	       name:         "e.text.day0.high";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -402,10 +375,7 @@ collections {
 		       relative: 1.0 1.0;
                        to: "day0";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/high";
 		   text {
 		       text:  "High0";
 		       font:  "Sans:style=Bold";
@@ -461,7 +431,6 @@ collections {
 	   part {
 	       name:         "e.text.day1.date";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -481,10 +450,7 @@ collections {
 		       offset:   -1  -1;
                        to: "day1";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/date";
 		   text {
 		       text:  "Date1";
 		       font:  "Sans:style=Bold";
@@ -499,7 +465,6 @@ collections {
 	   part {
 	       name:         "e.text.day1.description";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -521,10 +486,7 @@ collections {
                        to_x: "day1";
                        to_y: "e.text.day1.low";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/description";
 		   text {
 		       text:  "Description1";
 		       font:  "Sans:style=Bold";
@@ -539,7 +501,6 @@ collections {
 	   part {
 	       name:         "e.text.day1.low";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -559,10 +520,7 @@ collections {
 		       offset:   -1  -1;
                        to: "day1";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/low";
 		   text {
 		       text:  "Low1";
 		       font:  "Sans:style=Bold";
@@ -577,7 +535,6 @@ collections {
 	   part {
 	       name:         "e.text.day1.high";
 	       type:         TEXT;
-	       effect:       OUTLINE_SOFT_SHADOW;
 	       mouse_events: 0;
                scale:        1;
 	       description {
@@ -596,10 +553,7 @@ collections {
 		       relative: 1.0 1.0;
                        to: "day1";
 		   }
-		   color:  255 255 255 255;
-		   color2: 0 0 0 96;
-		   color3: 0 0 0 32;
-		   color_class: "module_label";
+		   color_class: "/fg/normal/gadgets/forecasts/day/high";
 		   text {
 		       text:  "High1";
 		       font:  "Sans:style=Bold";

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

Reply via email to