This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 2e5e6d816e20b83ec36ad0bbe3b83ad618b1805f
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sat Jan 7 22:15:32 2023 +0000
fix coloring of images and other bg's
fixes #7
@fix
---
data/themes/default/core.edc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/data/themes/default/core.edc b/data/themes/default/core.edc
index 122d7c4..4767075 100644
--- a/data/themes/default/core.edc
+++ b/data/themes/default/core.edc
@@ -24,6 +24,22 @@ group { name: "terminology/core";
description { state: "default" 0.0;
color_class: "BG";
}
+ description { state: "image" 0.0;
+ inherit: "default" 0.0;
+ color_class: "";
+ }
+ description { state: "scale" 0.0;
+ inherit: "default" 0.0;
+ color_class: "";
+ }
+ description { state: "edje" 0.0;
+ inherit: "default" 0.0;
+ color_class: "";
+ }
+ description { state: "movie" 0.0;
+ inherit: "default" 0.0;
+ color_class: "";
+ }
}
part { name: "terminology.background"; type: SWALLOW;
clip_to: "terminology.fade";
@@ -47,26 +63,31 @@ group { name: "terminology/core";
signal: "media,off"; source: "terminology";
action: STATE_SET "default" 0.0;
target: "terminology.background";
+ target: "terminology.fade";
}
program {
signal: "media,image"; source: "terminology";
action: STATE_SET "image" 0.0;
target: "terminology.background";
+ target: "terminology.fade";
}
program {
signal: "media,scale"; source: "terminology";
action: STATE_SET "scale" 0.0;
target: "terminology.background";
+ target: "terminology.fade";
}
program {
signal: "media,edje"; source: "terminology";
action: STATE_SET "edje" 0.0;
target: "terminology.background";
+ target: "terminology.fade";
}
program {
signal: "media,movie"; source: "terminology";
action: STATE_SET "movie" 0.0;
target: "terminology.background";
+ target: "terminology.fade";
}
part { name: "terminology.tabregion"; type: SWALLOW;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.